http-server
http-server copied to clipboard
Added option for custom headers
Difference/improvements over #885:
- Semantically identical to
curl -Handcurl --header^1 - Empty headers are allowed (RFC 7230)
- Includes tests
Sorry :)
Relevant issues
Resolves #884
Contributor checklist
- [x] Provide tests for the changes (unless documentation-only)
- [x] Documented any new features, CLI switches, etc. (if applicable)
- [x] Server
--helpoutput - [x] README.md
- [x] doc/http-server.1 (use the same format as other entries)
- [x] Server
- [x] The pull request is being made against the
masterbranch
Maintainer checklist
- [ ] Assign a version triage tag
- [ ] Approve tests if applicable