Pyfisch
|
76126fc6c7
|
feat(headers): adds Accept
Moved utils to shared/. Added quality_value.
|
2015-01-03 11:06:38 -08:00 |
|
Jonathan Reem
|
90925f05ee
|
(fix) Add semicolons at macro invocation sites.
|
2014-12-20 02:38:03 -08:00 |
|
Sean McArthur
|
8071cfa8bf
|
feat(headers): header ergonomics
- Reexports all common::* as header::*
- Most headers implement Deref where it makes sense.
Closes #156
|
2014-11-29 13:55:50 -08:00 |
|
Jonathan Reem
|
d4312c8fe8
|
Add benchmarks for all implemented headers except set-cookie.
|
2014-11-10 16:32:30 -08:00 |
|
Jonathan Reem
|
0652858dbf
|
Update all common headers for the new Header trait split
|
2014-10-31 15:10:34 -07:00 |
|
Gilman Tolle
|
5615ab276e
|
Exposed the 'from_one_raw_str' function for use in defining new header structs.
|
2014-10-15 23:40:40 -07:00 |
|
Sean McArthur
|
0191bff43a
|
property treat header names as case insensitive
|
2014-09-23 09:02:58 -07:00 |
|
Jonathan Reem
|
f2c09c5743
|
Split common headers into a submodule and into their own files
This is a more extensible place to put them and doesn't clutter up
header/mod.rs as much as the old scheme did.
Fixes #8
|
2014-09-08 16:20:50 -07:00 |
|