Parses the HTTP Status-Line string in status_line
into ver
, status_code
, and reason_phrase
.
status_line
must be terminated by either "\0" or "\r\n".
status_line |
an HTTP Status-Line |
ver |
if non-%NULL, will be filled in with the HTTP version |
status_code |
if non-%NULL, will be filled in with the status code |
reason_phrase |
if non-%NULL, will be filled in with the reason phrase |
|