Skip to content

rustype/http-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.