Files
fasthttp/TODO
T
Aliaksandr Valialkin ac22368912 Added ProxyHandler to TODO
2016-01-06 12:34:52 +02:00

7 lines
294 B
Plaintext

- SessionClient with referer and cookies support.
- Load balancing client for multiple upstream hosts.
- Client with requests' pipelining support.
- ProxyHandler similar to FSHandler.
- WebSockets. See https://tools.ietf.org/html/rfc6455 .
- HTTP/2.0. See https://tools.ietf.org/html/rfc7540 .