TypeScript API Documentation for LIBSOUP
API Version: 3.0
Library Version: 3.6.6
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Parses the headers of an HTTP request in str and stores the results in req_method, req_path, ver, and req_headers.
str
req_method
req_path
ver
req_headers
Beware that req_headers may be modified even on failure.
the headers (up to, but not including, the trailing blank line)
length of str
Soup.MessageHeaders to store the header values in
Soup.Status.OK if the headers could be parsed, or an HTTP error to be returned to the client if they could not be.
Parses the headers of an HTTP request in
strand stores the results inreq_method,req_path,ver, andreq_headers.Beware that
req_headersmay be modified even on failure.