WIP HTTP Client - Handling responses

The WIP v2.0 HTTP Client provides API calls to easily build GET, POST, etc Requests with a list of Header fields;

But I can’t see any corresponding functions to parse the resulting HTTP Response - ie, extract the Status line and Header fields?

Am I just missing something?

It doesn’t look too hard, but I don’t want to re-invent the wheel…