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 or response in str and stores the results in dest.
str
dest
Beware that dest may be modified even on failure.
This is a low-level method; normally you would use headers_parse_request or headers_parse_response.
the header string (including the Request-Line or Status-Line, but not the trailing blank line)
length of str
Soup.MessageHeaders to store the header values in
success or failure
Parses the headers of an HTTP request or response in
strand stores the results indest.Beware that
destmay be modified even on failure.This is a low-level method; normally you would use headers_parse_request or headers_parse_response.