Enumeration: HTTP_CODE
Defined in: utils/ResourceFetcherUtils.ts:8
Http status codes
Enumeration Members
OK
OK:
200
Defined in: utils/ResourceFetcherUtils.ts:11
- Everything is ok.
PARTIAL_CONTENT
PARTIAL_CONTENT:
206
Defined in: utils/ResourceFetcherUtils.ts:15
- Server has fulfilled a client request for a specific part of a resource, instead of sending the entire file.