https://github.com/christianparpart/http-message-parser
modern C++ HTTP/1 request/response/message parser library
https://github.com/christianparpart/http-message-parser
cplusplus-20 http-parser modern-cpp
Last synced: 10 months ago
JSON representation
modern C++ HTTP/1 request/response/message parser library
- Host: GitHub
- URL: https://github.com/christianparpart/http-message-parser
- Owner: christianparpart
- Created: 2023-11-18T21:40:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T12:40:15.000Z (about 2 years ago)
- Last Synced: 2025-02-09T02:29:27.752Z (12 months ago)
- Topics: cplusplus-20, http-parser, modern-cpp
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ HTTP message parser library
[](https://github.com/christianparpart/http-message-parser/actions/workflows/build.yml)
This is purely for demonstration on how to implement an HTTP/1 (request/response/message) parser.
The API and implementation was an extraction from the x0 project into a single tiny library for demo reasons.