Fan

 

class

dom::HttpRes

sys::Obj
  dom::HttpRes

@js

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.