An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# C++ HTTP message parser library
[![CI Build](https://github.com/christianparpart/http-message-parser/actions/workflows/build.yml/badge.svg)](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.