class dom::HttpRes

sys::Obj
  dom::HttpRes

@Js

Source

HttpRes models the response side of an XMLHttpRequest instance.

See pod doc for details.

content

Str content := ""

Source

The content of the response.

headers

Map<Str,Str> headers := CaseInsensitiveMap<Str,Str>.<ctor>()

Source

The response headers.

status

Int status

Source

The HTTP status code of the response.