httpstatus.js
No description.

File Location

/goog/net/httpstatus.js


Public Protected Private

Enumerations

Global Functions

goog.net.HttpStatus.isSuccess(status) boolean
Returns whether the given status should be considered successful. Successful codes are OK (200), CREATED (201), ACCEPTED (202), NO CONTENT (204), PARTIAL CONTENT (206), NOT MODIFIED (304), and IE's no content code (1223).
Arguments:
status : number
The status code to test.
Returns: boolean  Whether the status code should be considered successful.
code »

Directory net

File Reference