App Engine PHP SDK  v1 rev.445
The PHP runtime is available as an experimental Preview feature.
Static Public Member Functions | Public Attributes | List of all members
google\appengine\ext\cloud_storage_streams\HttpResponse Class Reference

Static Public Member Functions

static getStatusMessage ($code)
 

Public Attributes

const OK = 200
 
const CREATED = 201
 
const NO_CONTENT = 204
 
const PARTIAL_CONTENT = 206
 
const NOT_MODIFIED = 304
 
const RESUME_INCOMPLETE = 308
 
const BAD_REQUEST = 400
 
const UNAUTHORIZED = 401
 
const FORBIDDEN = 403
 
const NOT_FOUND = 404
 
const REQUEST_TIMEOUT = 408
 
const PRECONDITION_FAILED = 412
 
const RANGE_NOT_SATISFIABLE = 416
 
const INTERNAL_SERVER_ERROR = 500
 
const BAD_GATEWAY = 502
 
const SERVICE_UNAVAILABLE = 503
 
const GATEWAY_TIMEOUT = 504
 

Detailed Description

Declares well known HTTP response codes and associated error messages.


The documentation for this class was generated from the following file: