summaryrefslogtreecommitdiff
path: root/service/http/response.go
AgeCommit message (Collapse)Author
2020-03-21Update GHA, go1.14 vendored modeValery Piashchynski
Update Makefile, add go vendor (go 1.14 + php hack) Update usage of new json package
2020-03-20Replace std json package with github.com/json-iterator/goValery Piashchynski
2020-02-07Update README.md (remove travis, replace with github actions)Valery Piashchynski
Fix innefectual usage of maps Update headers (canonical usage) Add golangci-lint check to github actions and go 1.13
2019-12-23- test fixesWolfy-J
2019-11-25Replace regular expression with strings.Split()Garry Filakhtov
Originally, a regular expression was used to split and trim multiple comma-separated header names from "Trailer" header. This commit replaces regular expression with strings.Split() to break string into parts and then trims spaces and tabs from individual header names.
2019-11-23Provide support for HTTP/2 trailersGarry Filakhtov
Neither PHP nor PSR-7 do not natively support HTTP trailers. Golang provides support and this commit enables trailers emulation. When PHP sends a "Trailer" header in response, supplying a comma separated list of headers they will be converted by RoadRunner to HTTP/2 trailers.
2019-05-04polishWolfy-J
2019-05-04real ip + better stop sequenceWolfy-J
2018-09-30http2-push supportWolfy-J
2018-09-30https and http2 supportWolfy-J
2018-06-14fmtWolfy-J
2018-06-11more tests for httpWolfy-J
2018-06-11refactorWolfy-J
2018-06-10http serviceWolfy-J
2018-06-10fs configWolfy-J