httpstatuses/contents/codes/504.md

19 lines
431 B
Markdown
Raw Normal View History

2015-11-06 21:39:33 +01:00
---
set: 5
code: 504
title: Gateway Timeout
references:
"Rails HTTP Status Symbol": ":gateway_timeout"
2016-01-27 23:08:33 +01:00
"Go HTTP Status Constant": "http.StatusGatewayTimeout"
2015-11-06 21:39:33 +01:00
---
The server, while acting as a gateway or proxy, did not receive a timely
response from an upstream server it needed to access in order to complete the
request.
---
* Source: [RFC7231 Section 6.6.5][1]
2016-01-27 23:08:33 +01:00
[1]: <http://tools.ietf.org/html/rfc7231#section-6.6.5>