Erik Dubbelboer
34a61fe63f
Update linting ( #851 )
2020-07-17 14:22:28 +02:00
Erik Dubbelboer
ef51a7e590
Fix fasthttpadaptor Content-Type detection
...
Make this in line with how net/http handles Content-Type.
2020-06-21 11:09:08 +02:00
Lovro Mažgon
8d8443d77c
Forward context in fasthttpadaptor ( #720 )
...
* forward context in fasthttpadaptor
* run go fmt
2020-01-10 16:41:16 +01:00
Erik Dubbelboer
32793db72d
Run golangci-lint using a Github Action
2019-11-16 18:09:28 +01:00
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