Sergio Benitez
5922eb50b4
Use '#[repr(C)]' on 'str' wrappers to guarantee correct layout.
...
Closes #494 .
2017-12-14 18:10:24 +07:00
Sergio Benitez
1d53fee0d3
Remove use of now unneeded 'AsciiExt' trait.
2017-11-09 10:10:14 +01:00
Daiki Mizukami
667a057e39
Add 'Box' conversion methods to 'UncasedStr'.
2017-08-13 02:17:53 -07:00
Sergio Benitez
6a7fde6d70
Initial cleanup of 'http' docs. Add 'handler::Outcome' docs.
...
This commit also changes the signature of the 'ContentType'
'from_extension" method so that it returns an 'Option<ContentType>' as
opposed to 'ContentType'.
This commit also disallows negative quality values in 'Accept' media
types.
2017-06-19 17:32:33 -07:00
Sergio Benitez
6c00d362c0
Add ResponseBuilder::raw_body. Use OrderMap for HeaderMap.
2017-05-20 11:41:44 -07:00
Sergio Benitez
709acf18a4
Initial implementation of RawStr.
2017-03-30 17:56:24 -07:00
Sergio Benitez
b49c89af7a
Rename UncasedAscii and UncasedAsciiRef to Uncased and UncasedStr.
2017-03-30 15:38:51 -07:00