httpstatuses/contents/codes/501.md
2016-01-27 14:08:33 -08:00

795 B

set code title references
5 501 Not Implemented
Rails HTTP Status Symbol Go HTTP Status Constant
:not_implemented http.StatusNotImplemented

The server does not support the functionality required to fulfill the request.

This is the appropriate response when the server does not recognize the request method and is not capable of supporting it for any resource.

A 501 response is cacheable by default; i.e., unless otherwise indicated by the method definition or explicit cache controls1.