* From specifications ** RFC 1945 (HTTP/1.0); RFC 2068・RFC 2616 (HTTP/1.1) 10.5.2 501 Not Implemented > 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. サーバーは、要求を満たすのに必要な機能に対応していません。 これは、サーバーが要求 method を認識せず、どの資源もそれに対応する能力がないときに適切な応答です。 ** RFC の部分の License [[RFCのライセンス]] * メモ - [1] たとえば、クライアントが送ってきた要求 method をサーバーが知らなかった場合にはこの応答符号を返すこととなります。 [WEAK[(サーバが method を知っているけど未実装なときは、 [CODE(HTTP)[[[405]]]] Method Not Allowed を使うことになっています。)]]