Fan

 

class

webappClient::HttpRes

sys::Obj
  webappClient::HttpRes

HttpRes models the response side of an XMLHttpRequest instance.

Slots

contentSource

Str content

The content of the response.

headersSource

Str:Str headers := [Str:Str][:]

The response headers.

statusSource

Int status

The HTTP status code of the response.