• DELETE: = "DELETE"
Defined in packages/http/src/httpClient.types.ts:49
• GET: = "GET"
Defined in packages/http/src/httpClient.types.ts:46
• PATCH: = "PATCH"
Defined in packages/http/src/httpClient.types.ts:48
• POST: = "POST"
Defined in packages/http/src/httpClient.types.ts:45
• PUT: = "PUT"
Defined in packages/http/src/httpClient.types.ts:47
• FINISHED:
Defined in packages/http/src/helpers/parsedBodyCache.helper.ts:6
• STARTED:
Defined in packages/http/src/helpers/parsedBodyCache.helper.ts:5
• UNINITIALIZED:
Defined in packages/http/src/helpers/parsedBodyCache.helper.ts:4
• JSON: = "application/json"
Defined in packages/http/src/contentType.ts:3
• TEXT: = "text/plain"
Defined in packages/http/src/contentType.ts:2
• URL_ENCODED: = "application/x-www-form-urlencoded"
Defined in packages/http/src/contentType.ts:5
• VND_JSON: = "application/vnd.api+json"
Defined in packages/http/src/contentType.ts:4
Defined in
Defined in
• ACCEPTED: = 202
Defined in packages/http/src/httpCodes.ts:6
• BAD_GATEWAY: = 502
Defined in packages/http/src/httpCodes.ts:45
• BAD_REQUEST: = 400
Defined in packages/http/src/httpCodes.ts:18
• CONFLICT: = 409
Defined in packages/http/src/httpCodes.ts:26
• CONTINUE: = 100
Defined in packages/http/src/httpCodes.ts:2
• CREATED: = 201
Defined in packages/http/src/httpCodes.ts:5
• EXPECTATION_FAILED: = 417
Defined in packages/http/src/httpCodes.ts:34
• FORBIDDEN: = 403
Defined in packages/http/src/httpCodes.ts:20
• FOUND: = 302
Defined in packages/http/src/httpCodes.ts:13
• GATEWAY_TIMEOUT: = 504
Defined in packages/http/src/httpCodes.ts:47
• GONE: = 410
Defined in packages/http/src/httpCodes.ts:27
• HTTP_VERSION_NOT_SUPPORTED: = 505
Defined in packages/http/src/httpCodes.ts:48
• IM_A_TEAPOT: = 418
Defined in packages/http/src/httpCodes.ts:35
• INTERNAL_SERVER_ERROR: = 500
Defined in packages/http/src/httpCodes.ts:43
• LENGTH_REQUIRED: = 411
Defined in packages/http/src/httpCodes.ts:28
• METHOD_NOT_ALLOWED: = 405
Defined in packages/http/src/httpCodes.ts:22
• MOVED_PERMANENTLY: = 301
Defined in packages/http/src/httpCodes.ts:12
• MULTIPLE_CHOICES: = 300
Defined in packages/http/src/httpCodes.ts:11
• NETWORK_AUTHENTICATION_REQUIRED: = 511
Defined in packages/http/src/httpCodes.ts:49
• NONAUTHORITATIVE_INFORMATION: = 203
Defined in packages/http/src/httpCodes.ts:7
• NOT_ACCEPTABLE: = 406
Defined in packages/http/src/httpCodes.ts:23
• NOT_FOUND: = 404
Defined in packages/http/src/httpCodes.ts:21
• NOT_IMPLEMENTED: = 501
Defined in packages/http/src/httpCodes.ts:44
• NOT_MODIFIED: = 304
Defined in packages/http/src/httpCodes.ts:15
• NO_CONTENT: = 204
Defined in packages/http/src/httpCodes.ts:8
• OK: = 200
Defined in packages/http/src/httpCodes.ts:4
• PARTIAL_CONTENT: = 206
Defined in packages/http/src/httpCodes.ts:10
• PAYLOAD_TOO_LARGE: = 413
Defined in packages/http/src/httpCodes.ts:30
• PERMANENT_REDIRECT: = 308
Defined in packages/http/src/httpCodes.ts:17
• PRECONDITION_FAILED: = 412
Defined in packages/http/src/httpCodes.ts:29
• PRECONDITION_REQUIRED: = 428
Defined in packages/http/src/httpCodes.ts:39
• PROXY_AUTHENTICATION_REQUIRED: = 407
Defined in packages/http/src/httpCodes.ts:24
• RANGE_NOT_SATISFIABLE: = 416
Defined in packages/http/src/httpCodes.ts:33
• REQUEST_HEADER_FIELDS_TOO_LARGE: = 431
Defined in packages/http/src/httpCodes.ts:41
• REQUEST_TIMEOUT: = 408
Defined in packages/http/src/httpCodes.ts:25
• RESET_CONTENT: = 205
Defined in packages/http/src/httpCodes.ts:9
• SEE_OTHER: = 303
Defined in packages/http/src/httpCodes.ts:14
• SERVICE_UNAVAILABLE: = 503
Defined in packages/http/src/httpCodes.ts:46
• SWITCHING_PROTOCOLS: = 101
Defined in packages/http/src/httpCodes.ts:3
• TEMPORARY_REDIRECT: = 307
Defined in packages/http/src/httpCodes.ts:16
• TOO_EARLY: = 425
Defined in packages/http/src/httpCodes.ts:37
• TOO_MANY_REQUESTS: = 429
Defined in packages/http/src/httpCodes.ts:40
• UNAUTHORIZED: = 401
Defined in packages/http/src/httpCodes.ts:19
• UNAVAILABLE_FOR_LEGAL_REASONS: = 451
Defined in packages/http/src/httpCodes.ts:42
• UNPROCESSABLE_ENTITY: = 422
Defined in packages/http/src/httpCodes.ts:36
• UNSUPPORTED_MEDIA_TYPE: = 415
Defined in packages/http/src/httpCodes.ts:32
• UPGRADE_REQUIRED: = 426
Defined in packages/http/src/httpCodes.ts:38
• URI_TOO_LONG: = 414
Defined in packages/http/src/httpCodes.ts:31