Sean McArthur
|
310789a73b
|
Merge pull request #16 from reem/expose-raw-header
Add a get_raw method, which allows users to access the raw value of a header
|
2014-09-07 09:40:11 -07:00 |
|
Sean McArthur
|
0758cf14ad
|
Merge pull request #15 from reem/use-outside-unsafe-any-trait
Use an out-of-tree unsafe-any trait instead of a home-grown version.
|
2014-09-07 09:30:52 -07:00 |
|
Jonathan Reem
|
d3bca27e8a
|
Add a get_raw method, which allows users to access the raw value of a header
This method is marked unsafe, as it should not be used in normal code
because it can easily invalidate header representations.
Fixes #10
|
2014-09-07 09:57:55 +02:00 |
|
Jonathan Reem
|
5f24bcecd4
|
Use an out-of-tree unsafe-any trait instead of a home-grown version.
This has the advantage of being separately checked, tested
and documented.
|
2014-09-07 09:49:10 +02:00 |
|
Sean McArthur
|
4d77477c83
|
add Date header
|
2014-09-03 14:14:44 -07:00 |
|
Sean McArthur
|
e2e93c5d5f
|
add + 'static bounds to Header trait
|
2014-09-03 11:12:04 -07:00 |
|
Sean McArthur
|
592438b630
|
change headers to use static strs
|
2014-09-03 11:05:48 -07:00 |
|
Sean McArthur
|
307311f745
|
consume Server upon listen
|
2014-09-03 10:56:15 -07:00 |
|
Sean McArthur
|
1ceb468ec3
|
add issue numbers to todos
|
2014-09-03 10:55:21 -07:00 |
|
Sean McArthur
|
055a783ef0
|
adding a custom header to benches
|
2014-09-02 20:52:29 -07:00 |
|
Sean McArthur
|
7e223932f4
|
add docs link to readme
|
2014-09-02 20:51:57 -07:00 |
|
Sean McArthur
|
b4b539091f
|
use Buffered Readers and Writers
|
2014-09-02 14:14:56 -07:00 |
|
Sean McArthur
|
818fac4128
|
add some benches with other http libs
|
2014-09-02 12:06:16 -07:00 |
|
Sean McArthur
|
8938726ed1
|
adding explicit bounds
|
2014-09-01 18:51:12 -07:00 |
|
Sean McArthur
|
c905111f8c
|
implementation
|
2014-09-01 18:39:24 -07:00 |
|
Sean McArthur
|
8865516816
|
init
|
2014-08-30 14:18:28 -07:00 |
|