index
:
sputnik
master
A lightweight layer on top of hyper to facilitate building web applications.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2022-07-27
bump version to 0.4.2
v0.4.2
Martin Fischer
2022-07-27
remove security module
Martin Fischer
2022-07-27
update serde_urlencoded dependency
Martin Fischer
2021-12-23
upgrade httpdate to v1
Martin Fischer
2021-12-23
upgrade hmac and sha2
Martin Fischer
2021-12-23
upgrade edition to 2021
Martin Fischer
2021-04-18
add html_escape method
v0.4.1
Martin Fischer
2021-04-10
bump version to 0.4.0
v0.4.0
Martin Fischer
2021-04-10
drop dependency on async-trait
Martin Fischer
2021-04-10
drop dependency on cookie & time crates
Martin Fischer
2021-04-09
make security module optional
Martin Fischer
2021-04-09
make hyper dependency optional
Martin Fischer
2021-03-30
upgrade to hyper 0.14
v0.3.6
Martin Fischer
2021-01-30
update base64 dependency
v0.3.5
Martin Fischer
2021-01-29
remove CSRF tokens (SameSite support is good enough)
Martin Fischer
2021-01-26
add request::Flash (inspired by Rocket)
v0.3.4
Martin Fischer
2021-01-25
reintroduce CsrfToken type
v0.3.3
Martin Fischer
2021-01-25
introduce optional SputnikBody::into_json()
Martin Fischer
2021-01-25
simplify CSRF API
Martin Fischer
2021-01-24
define & impl traits instead of wrapping types
Martin Fischer
2021-01-22
completely ditch Sputnik's general Error type
Martin Fischer
2021-01-20
introduce Error::Simple and Error::Response
Martin Fischer
2021-01-19
request: improve error handling with thiserror
v0.2.1
Martin Fischer
2021-01-18
split Request wrapper into Parts & Body
v0.2.0
Martin Fischer
2021-01-17
fix code block highlighting in README on crates.io
v0.1.1
Martin Fischer
2021-01-17
publish
v0.1.0
Martin Fischer