sys::Obj webappClient::HttpRes
HttpRes models the response side of an XMLHttpRequest instance.
Str content
The content of the response.
Str:Str headers := [Str:Str][:]
The response headers.
Int status
The HTTP status code of the response.