aboutsummaryrefslogtreecommitdiffstats
path: root/tests/header.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-26tests: Refactor!Ali MJ Al-Nasrawy1-20/+4
Remove duplicate code responsible for the initial setup and teardown of the test binary. This introduces `TestServer` as a resource manager for a running miniserve binary, which can be created with the fixtures `server()` and `server_no_stderr()` It also provides convenience function for handling server url.
2021-02-28Fix formatSven-Hendrik Haase1-1/+2
2021-02-28Re-do the way setting multiple headers worksSven-Hendrik Haase1-17/+11
2021-02-27Multiple headers support for custom headersDean Li1-9/+19
2021-02-24Add test for custom headerDean Li1-0/+33