aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2021-12-23doc: use struct destructuringMartin Fischer
2021-12-23format with cargo fmtMartin Fischer
2021-04-18add html_escape methodv0.4.1Martin Fischer
2021-04-09make hyper dependency optionalMartin Fischer
2021-03-30upgrade to hyper 0.14v0.3.6Martin Fischer
2021-01-29remove CSRF tokens (SameSite support is good enough)Martin Fischer
2021-01-26move SputnikParts::csrf_token to CsrfToken::from_requestMartin Fischer
2021-01-26introduce SputnikParts::response_headersMartin Fischer
2021-01-25reintroduce CsrfToken typev0.3.3Martin 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-18split Request wrapper into Parts & Bodyv0.2.0Martin Fischer