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. | |||
2018-06-14 | fmt | Wolfy-J | |
2018-06-12 | tests! | Wolfy-J | |
2018-06-12 | faster indexes | Wolfy-J | |
2018-06-11 | coverage | Wolfy-J | |
2018-06-11 | more tests for http | Wolfy-J | |