Commit Graph

8 Commits

Author SHA1 Message Date
Maxim Lebedev d3715c361c Used Headers constants instead raw strings 2019-05-28 18:04:24 +03:00
Maxim Lebedev f544170d63 Added methods constants (#567)
*  Added methods constants

* 👌 Fixed methods comment due to review changes
2019-05-06 17:54:49 +02:00
Aliaksandr Valialkin 930362b9f8 go vet fix 2016-09-27 20:01:51 +03:00
Victor Gaydov 97d96cb3b7 Handle TransferEncoding in fasthttpadaptor (#124)
When incoming http.Request is constructed, "Transfer-Encoding" header
is removed, and http.Request.TransferEncoding is set instead.

This behaviour is now emulated in fasthttpadaptor.
2016-06-29 17:36:40 +03:00
Aliaksandr Valialkin 2af858a7da Follow-up for pull request #42: properly initialize Request.URL field 2016-01-28 11:31:53 +02:00
Zviad Metreveli 8b7405a861 add missing import 2016-01-27 19:07:56 -05:00
Zviad Metreveli 4fd339e8c5 fix fasthttpadaptor to work with http.ServeMux in Go 1.5 2016-01-27 19:02:42 -05:00
Aliaksandr Valialkin d53b8f0f3c Added net/http -> fasthttp converter for quick and easy switching to fasthttp 2016-01-06 17:11:43 +02:00