sys::Obj dom::HttpRes
@Js
HttpRes models the response side of an XMLHttpRequest instance.
See pod doc for details.
Str content := ""
The content of the response.
Str:Str headers := [Str:Str][:]
The response headers.
new make()
Private ctor.
Int status
The HTTP status code of the response.