Http.Response object

Syntax

var response = Http.get( ... );
var response = Http.post( ... );
var response = Http.request( ... ).send( ... );

Description

Represents an HTTP(s) response; can be passed to any function expecting an Input Stream.

Properties

Property Description
[status] Status code, e.g. 200 or 404.
[statusText] Status description.
[headers] Response headers object.

See also Input Stream properties.

Methods

See Input Stream and [Error Handling] methods.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.