Files
fasthttp/TODO
T
2015-11-28 23:43:18 +02:00

7 lines
311 B
Plaintext

- Example tests.
- "Switching from net/http" documentation section (thanks to Klaus Post for the idea).
- Load balancing client for multiple upstream hosts.
- Client with requests' pipelining support.
- WebSockets. See https://tools.ietf.org/html/rfc6455 .
- HTTP/2.0. See https://tools.ietf.org/html/rfc7540 .