Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-25 | Replace 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-23 | Provide support for HTTP/2 trailers | Garry 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-04 | polish | Wolfy-J | |
2019-05-04 | real ip + better stop sequence | Wolfy-J | |
2018-09-30 | http2-push support | Wolfy-J | |
2018-09-30 | https and http2 support | Wolfy-J | |
2018-06-14 | fmt | Wolfy-J | |
2018-06-11 | more tests for http | Wolfy-J | |
2018-06-11 | refactor | Wolfy-J | |
2018-06-10 | http service | Wolfy-J | |
2018-06-10 | fs config | Wolfy-J | |