read-response-header ( response -- response )


Vocabulary
http.client.private

Inputs
responsea response


Outputs
responsea response


Word description
Initializes the 'header', 'cookies', 'content-type', 'content-charset' and 'content-encoding' field of the response.

Definition