Lines Matching full:semantics
62 ``100`` ``CONTINUE`` HTTP Semantics :rfc:`9110`, Section 15.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP Semantics :rfc:`9110`, Section 15.2.2
66 ``200`` ``OK`` HTTP Semantics :rfc:`9110`, Section 15.3.1
67 ``201`` ``CREATED`` HTTP Semantics :rfc:`9110`, Section 15.3.2
68 ``202`` ``ACCEPTED`` HTTP Semantics :rfc:`9110`, Section 15.3.3
69 ``203`` ``NON_AUTHORITATIVE_INFORMATION`` HTTP Semantics :rfc:`9110`, Section 15.3.4
70 ``204`` ``NO_CONTENT`` HTTP Semantics :rfc:`9110`, Section 15.3.5
71 ``205`` ``RESET_CONTENT`` HTTP Semantics :rfc:`9110`, Section 15.3.6
72 ``206`` ``PARTIAL_CONTENT`` HTTP Semantics :rfc:`9110`, Section 15.3.7
76 ``300`` ``MULTIPLE_CHOICES`` HTTP Semantics :rfc:`9110`, Section 15.4.1
77 ``301`` ``MOVED_PERMANENTLY`` HTTP Semantics :rfc:`9110`, Section 15.4.2
78 ``302`` ``FOUND`` HTTP Semantics :rfc:`9110`, Section 15.4.3
79 ``303`` ``SEE_OTHER`` HTTP Semantics :rfc:`9110`, Section 15.4.4
80 ``304`` ``NOT_MODIFIED`` HTTP Semantics :rfc:`9110`, Section 15.4.5
81 ``305`` ``USE_PROXY`` HTTP Semantics :rfc:`9110`, Section 15.4.6
82 ``307`` ``TEMPORARY_REDIRECT`` HTTP Semantics :rfc:`9110`, Section 15.4.8
83 ``308`` ``PERMANENT_REDIRECT`` HTTP Semantics :rfc:`9110`, Section 15.4.9
84 ``400`` ``BAD_REQUEST`` HTTP Semantics :rfc:`9110`, Section 15.5.1
85 ``401`` ``UNAUTHORIZED`` HTTP Semantics :rfc:`9110`, Section 15.5.2
86 ``402`` ``PAYMENT_REQUIRED`` HTTP Semantics :rfc:`9110`, Section 15.5.3
87 ``403`` ``FORBIDDEN`` HTTP Semantics :rfc:`9110`, Section 15.5.4
88 ``404`` ``NOT_FOUND`` HTTP Semantics :rfc:`9110`, Section 15.5.5
89 ``405`` ``METHOD_NOT_ALLOWED`` HTTP Semantics :rfc:`9110`, Section 15.5.6
90 ``406`` ``NOT_ACCEPTABLE`` HTTP Semantics :rfc:`9110`, Section 15.5.7
91 ``407`` ``PROXY_AUTHENTICATION_REQUIRED`` HTTP Semantics :rfc:`9110`, Section 15.5.8
92 ``408`` ``REQUEST_TIMEOUT`` HTTP Semantics :rfc:`9110`, Section 15.5.9
93 ``409`` ``CONFLICT`` HTTP Semantics :rfc:`9110`, Section 15.5.10
94 ``410`` ``GONE`` HTTP Semantics :rfc:`9110`, Section 15.5.11
95 ``411`` ``LENGTH_REQUIRED`` HTTP Semantics :rfc:`9110`, Section 15.5.12
96 ``412`` ``PRECONDITION_FAILED`` HTTP Semantics :rfc:`9110`, Section 15.5.13
97 ``413`` ``CONTENT_TOO_LARGE`` HTTP Semantics :rfc:`9110`, Section 15.5.14
98 ``414`` ``URI_TOO_LONG`` HTTP Semantics :rfc:`9110`, Section 15.5.15
99 ``415`` ``UNSUPPORTED_MEDIA_TYPE`` HTTP Semantics :rfc:`9110`, Section 15.5.16
100 ``416`` ``RANGE_NOT_SATISFIABLE`` HTTP Semantics :rfc:`9110`, Section 15.5.17
101 ``417`` ``EXPECTATION_FAILED`` HTTP Semantics :rfc:`9110`, Section 15.5.18
103 ``421`` ``MISDIRECTED_REQUEST`` HTTP Semantics :rfc:`9110`, Section 15.5.20
104 ``422`` ``UNPROCESSABLE_CONTENT`` HTTP Semantics :rfc:`9110`, Section 15.5.21
108 ``426`` ``UPGRADE_REQUIRED`` HTTP Semantics :rfc:`9110`, Section 15.5.22
113 ``500`` ``INTERNAL_SERVER_ERROR`` HTTP Semantics :rfc:`9110`, Section 15.6.1
114 ``501`` ``NOT_IMPLEMENTED`` HTTP Semantics :rfc:`9110`, Section 15.6.2
115 ``502`` ``BAD_GATEWAY`` HTTP Semantics :rfc:`9110`, Section 15.6.3
116 ``503`` ``SERVICE_UNAVAILABLE`` HTTP Semantics :rfc:`9110`, Section 15.6.4
117 ``504`` ``GATEWAY_TIMEOUT`` HTTP Semantics :rfc:`9110`, Section 15.6.5
118 ``505`` ``HTTP_VERSION_NOT_SUPPORTED`` HTTP Semantics :rfc:`9110`, Section 15.6.6
154 ``is_informational`` ``100 <= status <= 199`` HTTP Semantics :rfc:`9110`, Section 15
155 ``is_success`` ``200 <= status <= 299`` HTTP Semantics :rfc:`9110`, Section 15
156 ``is_redirection`` ``300 <= status <= 399`` HTTP Semantics :rfc:`9110`, Section 15
157 ``is_client_error`` ``400 <= status <= 499`` HTTP Semantics :rfc:`9110`, Section 15
158 ``is_server_error`` ``500 <= status <= 599`` HTTP Semantics :rfc:`9110`, Section 15
210 ``GET`` ``GET`` HTTP Semantics :rfc:`9110`, Section 9.3.1
211 ``HEAD`` ``HEAD`` HTTP Semantics :rfc:`9110`, Section 9.3.2
212 ``POST`` ``POST`` HTTP Semantics :rfc:`9110`, Section 9.3.3
213 ``PUT`` ``PUT`` HTTP Semantics :rfc:`9110`, Section 9.3.4
214 ``DELETE`` ``DELETE`` HTTP Semantics :rfc:`9110`, Section 9.3.5
215 ``CONNECT`` ``CONNECT`` HTTP Semantics :rfc:`9110`, Section 9.3.6
216 ``OPTIONS`` ``OPTIONS`` HTTP Semantics :rfc:`9110`, Section 9.3.7
217 ``TRACE`` ``TRACE`` HTTP Semantics :rfc:`9110`, Section 9.3.8