FromStr for Cookie, Change Cookie Path to be Uri
- Finish implementing FromStr trait for Cookie - Change the path variable of the Cookie struct to be a Uri - Update docs of CookieBuilder to compile
parent
15a864bb
No related branches found
No related tags found
Showing
- core/http/src/handling/response/cookie_management/cookie.rs 131 additions, 45 deletionscore/http/src/handling/response/cookie_management/cookie.rs
- core/http/src/handling/response/cookie_management/cookie_builder.rs 7 additions, 4 deletions...src/handling/response/cookie_management/cookie_builder.rs
- core/http/src/handling/response/cookie_management/error_types.rs 43 additions, 0 deletions...tp/src/handling/response/cookie_management/error_types.rs
- core/http/src/handling/response/cookie_management/mod.rs 5 additions, 0 deletionscore/http/src/handling/response/cookie_management/mod.rs
- core/http/src/utils/url_utils/datatypes.rs 2 additions, 2 deletionscore/http/src/utils/url_utils/datatypes.rs
Loading
Please register or sign in to comment