Members
-
<static> ContentTypes :string
-
A collection of possible mime types.
Type:
- string
Properties:
Name Type Default Description HTMLstring text/html JSONstring application/json ZIPstring application/zip -
<static> Headers :string
-
A collection of possible headers to send.
Type:
- string
Properties:
Name Type Default Description ContentTypestring content-type ContentLengthstring content-length Authorizationstring authorization AccessControlAllowOriginstring access-control-allow-origin -
<static> Method :string
-
Possible http request methods.
Type:
- string
Properties:
Name Type Default Description POSTstring POST GETstring GET HEADstring HEAD PUTstring PUT DELETEstring DELETE OPTIONSstring OPTIONS PATCHstring PATCH -
<static> ResponseType :string
-
Possible http response types.
Type:
- string
Properties:
Name Type Default Description TEXTstring text BLOBstring blob ARRAY_BUFFERstring arraybuffer -
<static> Status :number
-
A collection of possible http status codes.
Type:
- number
Properties:
Name Type Default Description CANCELEDnumber 0 OKnumber 200 CREATEDnumber 201 ACCEPTEDnumber 202 BAD_REQUESTnumber 400 UNAUTHORIZEDnumber 401 FORBIDDENnumber 403 NOT_FOUNDnumber 404 METHOD_NOT_ALLOWEDnumber 405 SERVER_ERRORnumber 500 SERVER_OVERLOADnumber 503
Olympe SDK