- Use
REQUEST_URIif set
- Don't use set, but empty, envvars
- Update
httpdependency - Crate metadata/documentation updates
- Some README updates
- Repo forked from amandasaurus/rust-cgi to staktrace/rust-cgi
Note
Old changelog entries below refer to the cgi crate (prior to the rust-cgi fork)
- Correctly set charset to utf8 for HTML responses (thanks Unrealrussian)
binary_responsecan now optionally set aContent-Typeheader.- Main handler function now accepts
FnOnce
- Upgrade
httpdependency from 0.1 to 0.2
- Add
text_responsefor plain text response (v. similar tostring_response) - Add
cgi_main!andcgi_try_main!macros to reduce boilerplate
- Correctly publish
- Basic support for HTTP/2
- Improved tests