introducing cookie builder, performance adjustment with requets.rs ->
build
parent
40488db2
No related branches found
No related tags found
Showing
- core/http/src/handlers/handler.rs 25 additions, 15 deletionscore/http/src/handlers/handler.rs
- core/http/src/handling/request/datatypes.rs 1 addition, 1 deletioncore/http/src/handling/request/datatypes.rs
- core/http/src/handling/response/cookie_management/cookie.rs 28 additions, 0 deletionscore/http/src/handling/response/cookie_management/cookie.rs
- core/http/src/handling/response/cookie_management/cookie_builder.rs 65 additions, 1 deletion...src/handling/response/cookie_management/cookie_builder.rs
- core/http/src/handling/response/cookie_management/mod.rs 4 additions, 0 deletionscore/http/src/handling/response/cookie_management/mod.rs
- core/http/src/handling/response/datatypes.rs 1 addition, 29 deletionscore/http/src/handling/response/datatypes.rs
- core/http/src/handling/response/mod.rs 2 additions, 2 deletionscore/http/src/handling/response/mod.rs
- core/http/src/handling/response/response.rs 11 additions, 6 deletionscore/http/src/handling/response/response.rs
- core/http/src/setup.rs 11 additions, 4 deletionscore/http/src/setup.rs
Please register or sign in to comment