Unknown 1xx Status Code
This 1xx informational status code is not currently documented in our reference. Please file an Issue or make a PR adding documentation for this status code.
About 1xx Status Codes
Section titled “About 1xx Status Codes”1xx status codes are informational responses that indicate the request was received and the process is continuing. These are interim responses used to inform the client that the initial part of the request has been received and has not yet been rejected by the server.
Common 1xx status codes include:
- 100 Continue - Server has received request headers, client should proceed with request body
- 101 Switching Protocols - Server is switching protocols as requested by the client
- 102 Processing - Server has received and is processing the request (WebDAV)
- 103 Early Hints - Used to return some response headers before final response
If you believe this status code should be documented, please consider contributing to this project or checking the HTTP status code registry for official information.