https://github.com/kbariotis/httpheaderelucidator
HTTP Headers behavior for humans
https://github.com/kbariotis/httpheaderelucidator
http react rust
Last synced: about 1 year ago
JSON representation
HTTP Headers behavior for humans
- Host: GitHub
- URL: https://github.com/kbariotis/httpheaderelucidator
- Owner: kbariotis
- License: mit
- Created: 2017-09-03T10:09:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T18:28:00.000Z (over 8 years ago)
- Last Synced: 2025-01-09T03:41:59.090Z (about 1 year ago)
- Topics: http, react, rust
- Language: JavaScript
- Homepage: https://kbariotis.github.io/HTTPHeaderElucidator/
- Size: 1.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP Header Elucidator
This project is an attempt to get to know better the behavior of
HTTP Headers and provide an easier explanation of what a browser
would do on certain occasions.
## Stack
Stack is simple. We wrote a REST API in Rust and a frontend application
using [create-react-app](https://github.com/facebookincubator/create-react-app).
The API parses the headers and emulates a browser based on the [HTTP/1.1
standard](https://tools.ietf.org/html/rfc2616). It also provides more readable
messages.
## License
MIT