4xx Client Error
You took too long to send your request. The server got tired of waiting and gave up.
Use 408 when the server times out waiting for the client to send a complete request.
POST https://api.example.test/upload
# Body
<streaming upload body>408 Request Timeout
# Headers
Content-Type: application/json
Connection: close
# Body
{
"error": "request_timeout"
}Client took too long to send file data, server timed out