Skip to content
Snippets Groups Projects
  • Matthew Iselin's avatar
    1824f051
    Add HTTP request parsing. · 1824f051
    Matthew Iselin authored
    This extends the existing http parser to support requests as well as responses.
    
    httpcli continues to exist and work as it has previously, though in the new
    directory src/core/http (to reflect the fact the directory now contains code
    relevant to parsing requests, which httpcli would not generally involve itself
    in).
    1824f051
    History
    Add HTTP request parsing.
    Matthew Iselin authored
    This extends the existing http parser to support requests as well as responses.
    
    httpcli continues to exist and work as it has previously, though in the new
    directory src/core/http (to reflect the fact the directory now contains code
    relevant to parsing requests, which httpcli would not generally involve itself
    in).