Aliaksandr Valialkin
|
12ba989984
|
Issue #69: Added RequestHeader.Add and ResponseHeader.Add for adding multiple headers with the same key
|
2016-03-29 17:11:43 +03:00 |
|
Aliaksandr Valialkin
|
e9207dac9e
|
Added Args.Add()
|
2016-03-29 16:49:42 +03:00 |
|
Aliaksandr Valialkin
|
5a26dcce53
|
Added AcquireArgs and ReleaseArgs helper functions
|
2016-02-19 12:53:39 +02:00 |
|
Aliaksandr Valialkin
|
db0b8124a5
|
Added Args.PeekMulti for obtaining multiple query arg values for the given key
|
2016-02-15 14:01:22 +02:00 |
|
Aliaksandr Valialkin
|
bfce0fa31c
|
substituted bytes.Buffer by ByteBuffer in tests where appropriate
|
2016-02-12 14:15:28 +02:00 |
|
Aliaksandr Valialkin
|
eb18481efb
|
Escape query args chars according to http://www.w3.org/TR/html5/forms.html#form-submission-algorithm
|
2015-12-23 19:26:48 +02:00 |
|
Aliaksandr Valialkin
|
ea8a7f54d5
|
Do not escape '-' and '_' in url path and query args
|
2015-12-22 20:18:19 +02:00 |
|
Aliaksandr Valialkin
|
b3c0a2cf75
|
Do not escape the most frequently used chars in uri path such as ':~=,'
|
2015-12-22 20:13:45 +02:00 |
|
Aliaksandr Valialkin
|
48c0f89ee7
|
Added Stringer implementations to URI, Args and Cookie
|
2015-11-19 12:51:34 +02:00 |
|
Aliaksandr Valialkin
|
b5a101843a
|
Added SetUint helper to Args
|
2015-11-19 12:27:01 +02:00 |
|
Aliaksandr Valialkin
|
88e41d9b08
|
Removed accessors converting []byte to string, i.e. allocating memory. This should reduce memory usage for apps using fasthttp, since now they shoud either use []byte or do string() conversion on their own :)
|
2015-11-14 18:25:00 +02:00 |
|
Aliaksandr Valialkin
|
d70261286c
|
Added CopyTo, VisitAll and *Bytes* helper functions to Args, RequestHeader and ResponseHeader
|
2015-10-27 12:53:33 +02:00 |
|
Aliaksandr Valialkin
|
e9d6d7f561
|
Document Request, Response, RequestHeader, ResponseHeader, URI and Args
|
2015-10-23 15:56:12 +03:00 |
|
Aliaksandr Valialkin
|
bf2a91a77b
|
Do not encode dot in args
|
2015-10-22 17:48:14 +03:00 |
|
Aliaksandr Valialkin
|
a049630bca
|
initial commit
|
2015-10-19 01:21:09 +03:00 |
|