Aliaksandr Valialkin
|
5ff6be8fee
|
Substitute AppendBytesStr by append()
|
2015-12-19 20:38:10 +02:00 |
|
Aliaksandr Valialkin
|
ddfa9f5dc0
|
Clarify Append* return values
|
2015-12-19 20:29:17 +02:00 |
|
Aliaksandr Valialkin
|
4ac44f0c6c
|
Mention which structs are safe for use from concurrently running goroutines (Server, Client and HostClient) and which structs are unsafe to use from concurrently running goroutines - all the other
|
2015-12-03 13:38:59 +02:00 |
|
Aliaksandr Valialkin
|
29b732217a
|
Added CopyTo to Cookie for the sake of API consistency
|
2015-11-29 12:15:14 +02:00 |
|
Aliaksandr Valialkin
|
9f7463cd28
|
Access Cookie members via accessors
|
2015-11-22 13:29:21 +02:00 |
|
Aliaksandr Valialkin
|
a862d8592a
|
Documentation update
|
2015-11-22 06:33:58 +02:00 |
|
Aliaksandr Valialkin
|
924d119e96
|
Added Cookie.WriteTo
|
2015-11-22 01:32:39 +02:00 |
|
Aliaksandr Valialkin
|
48c0f89ee7
|
Added Stringer implementations to URI, Args and Cookie
|
2015-11-19 12:51:34 +02:00 |
|
Aliaksandr Valialkin
|
835bf87605
|
API consistency: Clear -> Reset to be consistent with standard go packages
|
2015-11-18 17:55:28 +02:00 |
|
Aliaksandr Valialkin
|
9735e0127b
|
Exported ParseUint, ParseUfloat and AppendHTTPDate, which may be frequently used in http apps
|
2015-11-11 11:00:22 +02:00 |
|
Aliaksandr Valialkin
|
f1ff68f9f1
|
Optimized args, cookies and headers parsing
|
2015-11-05 14:28:07 +02:00 |
|
Aliaksandr Valialkin
|
227b0a4bd3
|
Trim input buffer inside decodeArg
|
2015-11-05 13:10:56 +02:00 |
|
Aliaksandr Valialkin
|
bb73a5cbfa
|
Trim dst buffer inside decodeCookieArg. This simplifies the code
|
2015-11-05 12:55:43 +02:00 |
|
Aliaksandr Valialkin
|
236d4bd461
|
Added Cookie.ParseBytes to be consistent with Args
|
2015-11-05 12:54:10 +02:00 |
|
Aliaksandr Valialkin
|
6fb8b96152
|
Increased cookies' parsing performance
|
2015-11-05 12:47:30 +02:00 |
|
Aliaksandr Valialkin
|
dfec0d9d36
|
Eliminated redundant memory allocation during cookie expiration time parsing
|
2015-11-05 12:12:15 +02:00 |
|
Aliaksandr Valialkin
|
87105b99cb
|
Added response cookies support
|
2015-11-05 12:07:54 +02:00 |
|
Aliaksandr Valialkin
|
4a823fa707
|
Properly encode cookie without name
|
2015-11-04 19:02:49 +02:00 |
|
Aliaksandr Valialkin
|
86ddfc73be
|
Skip empty cookies
|
2015-11-04 18:08:29 +02:00 |
|
Aliaksandr Valialkin
|
4123c87e7c
|
Initial support of request cookies
|
2015-11-03 19:08:34 +02:00 |
|