http-parser
There are 48 repositories under http-parser topic.
gitorup/http-server
http-server - A lite http protocol parser and generator
mikanmi/securehttpparser
'securehttpparser,' written in Lex and C, is the prototype library including Lex Rules to parses HTTP/1.1 header generated from ABNF on RFCs related to HTTP specification.
Windol/esp-http-parser
HTTP parser library
alivanz/http-parser
http request/response parser for c
alivanz/multipart-parser-c
Http multipart parser implemented in C
alivanz/webserver
Python HTTP parser
CSharperMantle/http-parser-arduino
HTTP request/response parser in C tuned for low-profile MCUs like Arduino
jakhax/simple_C_http_parser
A simple wrapper of libhttparser that makes it very easy to build http requests and parse responses in C.
nakshay/WebServer
Simple webserver using libuv and http-parser
seriousben/http-parser
HTTP Parser using parser combinators
unikraft/lib-http-parser
Unikraft port of http-parser, a parser for HTTP messages
walywest/web
This project is here to make you write your own HTTP server. You will be able to test it with a real browser. HTTP is one of the most used protocol on internet. Knowing its arcane will be useful, even if you won't be working on a website.