aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-30remove left over fileHEADmasterMartin Fischer
2022-07-27bump version to 0.4.2v0.4.2Martin Fischer
2022-07-27remove security moduleMartin Fischer
2022-07-27update serde_urlencoded dependencyMartin Fischer
2021-12-23doc: use struct destructuringMartin Fischer
2021-12-23upgrade httpdate to v1Martin Fischer
2021-12-23upgrade hmac and sha2Martin Fischer
2021-12-23format with cargo fmtMartin Fischer
2021-12-23upgrade edition to 2021Martin Fischer
2021-04-18support borrowing for URL query deserializationMartin Fischer
2021-04-18add html_escape methodv0.4.1Martin Fischer
2021-04-10bump version to 0.4.0v0.4.0Martin Fischer
2021-04-10drop dependency on async-traitMartin Fischer
2021-04-10drop dependency on cookie & time cratesMartin Fischer
2021-04-09make security module optionalMartin Fischer
2021-04-09make decode_expiring_claim return sliceMartin Fischer
2021-04-09test expiring claim encode/decode & fix bugMartin Fischer
2021-04-09make hyper dependency optionalMartin Fischer
2021-03-30upgrade to hyper 0.14v0.3.6Martin Fischer
2021-01-30update base64 dependencyv0.3.5Martin Fischer
2021-01-29add test for enforce_content_typeMartin Fischer
2021-01-29remove CSRF tokens (SameSite support is good enough)Martin Fischer
2021-01-29add documentationMartin Fischer
2021-01-26add request::Flash (inspired by Rocket)v0.3.4Martin Fischer
2021-01-26move SputnikParts::csrf_token to CsrfToken::from_requestMartin Fischer
2021-01-26response: improve cookie & content-type methodsMartin Fischer
2021-01-26introduce SputnikParts::response_headersMartin Fischer
2021-01-26make csrf_token safe to be called multiple timesMartin Fischer
2021-01-26fix wrong insertion/appending of headersMartin Fischer
2021-01-25reintroduce CsrfToken typev0.3.3Martin Fischer
2021-01-25introduce optional SputnikBody::into_json()Martin Fischer
2021-01-25simplify CSRF APIMartin Fischer
2021-01-24define & impl traits instead of wrapping typesMartin Fischer
2021-01-22completely ditch Sputnik's general Error typeMartin Fischer
2021-01-20introduce Error::Simple and Error::ResponseMartin Fischer
2021-01-19request: improve error handling with thiserrorv0.2.1Martin Fischer
2021-01-19fix broken link in documentationMartin Fischer
2021-01-18split Request wrapper into Parts & Bodyv0.2.0Martin Fischer
2021-01-17fix code block highlighting in README on crates.iov0.1.1Martin Fischer
2021-01-17publishv0.1.0Martin Fischer