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.41
Parses the headers of an HTTP response in str and stores the results in ver, status_code, reason_phrase, and headers.
str
ver
status_code
reason_phrase
headers
Beware that 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
success or failure.
Parses the headers of an HTTP response in
strand stores the results inver,status_code,reason_phrase, andheaders.Beware that
headersmay be modified even on failure.