classdom::HttpRes

sys::Obj
  dom::HttpRes

@Js

HttpRes models the response side of an XMLHttpRequest instance.

See pod doc for details.

content

Source

Str content := ""

The content of the response.

headers

Source

Str:Str headers := ...

The response headers.

status

Source

Int status

The HTTP status code of the response.