updated status codes
This commit is contained in:
parent
f96d93b355
commit
1b4bdb59c6
|
@ -221,17 +221,24 @@ constructing responses lives in the \ex{httpd-responses} structure.
|
|||
\centering
|
||||
\begin{tabular}{|l|l|l|}
|
||||
\hline
|
||||
continue & 100 & Continue\\\hline
|
||||
switch-protocol & 101 & Switching Protocol\\\hline
|
||||
|
||||
ok & 200 & OK\\\hline
|
||||
created & 201 & Created\\\hline
|
||||
accepted & 202 & Accepted\\\hline
|
||||
prov-info & 203 & Provisional Information\\\hline
|
||||
non-author-info & 203 & Non-Authoritative Information\\\hline
|
||||
no-content & 204 & No Content\\\hline
|
||||
reset-content & 205 & Reset Content\\\hline
|
||||
partial-content & 206 & Partial Content\\\hline
|
||||
|
||||
mult-choice & 300 & Multiple Choices\\\hline
|
||||
moved-perm & 301 & Moved Permanently\\\hline
|
||||
moved-temp & 302 & Moved Temporarily\\\hline
|
||||
method & 303 & Method (obsolete)\\\hline
|
||||
found & 302 & Found\\\hline
|
||||
see-other & 303 & See other\\\hline
|
||||
not-mod & 304 & Not Modified\\\hline
|
||||
use-proxy & 305 & Use Proxy\\\hline
|
||||
temp-redirect & 307 & Temporary Redirect\\\hline
|
||||
|
||||
bad-request & 400 & Bad Request\\\hline
|
||||
unauthorized & 401 & Unauthorized\\\hline
|
||||
|
@ -239,16 +246,26 @@ constructing responses lives in the \ex{httpd-responses} structure.
|
|||
forbidden & 403 & Forbidden\\\hline
|
||||
not-found & 404 & Not Found\\\hline
|
||||
method-not-allowed & 405 & Method Not Allowed\\\hline
|
||||
none-acceptable & 406 & None Acceptable\\\hline
|
||||
not-acceptable & 406 & Not Acceptable\\\hline
|
||||
proxy-auth-required &407 & Proxy Authentication Required\\\hline
|
||||
timeout & 408 & Request Timeout\\\hline
|
||||
conflict & 409 & Conflict\\\hline
|
||||
gone & 410 & Gone\\\hline
|
||||
length-required & 411 & Length Required\\\hline
|
||||
precon-failed & 412 & Precondition Failed\\\hline
|
||||
req-ent-too-large & 413 & Request Entity Too Large\\\hline
|
||||
req-uri-too-large & 414 & Request URI Too Large\\\hline
|
||||
unsupp-media-type & 415 & Unsupported Media Type\\\hline
|
||||
req-range-not-sat & 416 & Requested Range Not Satisfiable\\\hline
|
||||
expectation-failed & 417 & Expectation Failed\\\hline
|
||||
|
||||
internal-error & 500 & Internal Server Error\\\hline
|
||||
not-implemented & 501 & Not Implemented\\\hline
|
||||
bad-gateway & 502 & Bad Gateway\\\hline
|
||||
service-unavailable &503 & Service Unavailable\\\hline
|
||||
gateway-timeout & 504 & Gateway Timeout\\\hline
|
||||
version-not-supp & 505 & HTTP Version Not Supported\\\hline
|
||||
|
||||
\end{tabular}
|
||||
\caption{HTTP status codes}
|
||||
\label{tab:status-code-names}
|
||||
|
|
Loading…
Reference in New Issue