Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 502 Bytes

File metadata and controls

21 lines (15 loc) · 502 Bytes

http-parser

An HTTP request parser implemented using typestates.

Goals

  • Explore the use of typestates in real-world applications.
  • Build an HTTP parser which is:
    • Documented
    • Robust
    • Fast

Non-Goals

  • Be the fastest HTTP parser.
  • Be production ready.

The list of goals and non-goals may change as both this and other related projects evolve.


You can find similar projects in https://github.com/rustype. Feel free to submit issues with questions and improvements.