Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
HttpCode.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
93
HttpCode
Definition HttpCode.c:19
@ HTTP_CODE_433
custom backend code
Definition HttpCode.c:61
@ HTTP_CODE_520
the origin server returned an empty, unknown, or unexpected response to Cloudflare
Definition HttpCode.c:75
@ HTTP_CODE_422
missing data
Definition HttpCode.c:59
@ HTTP_CODE_100
continue
Definition HttpCode.c:23
@ HTTP_CODE_525
Cloudflare could not negotiate a SSL/TLS handshake with the origin server.
Definition HttpCode.c:85
@ HTTP_CODE_524
Cloudflare was able to complete a TCP connection to the origin server, but did not receive a timely H...
Definition HttpCode.c:83
@ HTTP_CODE_412
precondition failed (access denied)
Definition HttpCode.c:53
@ HTTP_CODE_521
the origin server refused connections from Cloudflare, security solutions at the origin may be blocki...
Definition HttpCode.c:77
@ HTTP_CODE_444
non standard nginx used to instruct nginx to close connection :: https://httpstatus....
Definition HttpCode.c:63
@ HTTP_CODE_404
not found
Definition HttpCode.c:45
@ HTTP_CODE_526
Cloudflare could not validate the SSL certificate on the origin web server, also used by Cloud Foundr...
Definition HttpCode.c:87
@ HTTP_CODE_500
server error
Definition HttpCode.c:65
@ HTTP_CODE_400
bad request response
Definition HttpCode.c:39
@ HTTP_CODE_413
payload too large (attempt to upload too much data)
Definition HttpCode.c:55
@ HTTP_CODE_202
accepted
Definition HttpCode.c:29
@ HTTP_CODE_200
ok :-)
Definition HttpCode.c:25
@ HTTP_CODE_201
created
Definition HttpCode.c:27
@ HTTP_CODE_504
gateway timeout
Definition HttpCode.c:73
@ HTTP_CODE_408
request timeout
Definition HttpCode.c:49
@ HTTP_CODE_503
service unavailable
Definition HttpCode.c:71
@ HTTP_CODE_530
Cloudflare was unable to resolve the origin hostname, body of the response contains an 1xxx error.
Definition HttpCode.c:89
@ HTTP_CODE_502
bad gateway
Definition HttpCode.c:69
@ HTTP_CODE_522
Cloudflare timed out contacting the origin server.
Definition HttpCode.c:79
@ HTTP_CODE_401
unauthorized response
Definition HttpCode.c:41
@ HTTP_CODE_405
method not allowed
Definition HttpCode.c:47
@ HTTP_CODE_523
Cloudflare could not reach the origin server (for example, if the DNS records for the origin server a...
Definition HttpCode.c:81
@ HTTP_CODE_418
i'am a teapot
Definition HttpCode.c:57
@ HTTP_CODE_599
Last possible 5XX error for handling full range or codes.
Definition HttpCode.c:91
@ HTTP_CODE_403
forbidden
Definition HttpCode.c:43
@ HTTP_CODE_NULL
no code
Definition HttpCode.c:21
@ HTTP_CODE_301
(redirect) moved permanently
Definition HttpCode.c:33
@ HTTP_CODE_302
(redirect) found - this may indicate improper use of "Http" instead "Https"
Definition HttpCode.c:35
@ HTTP_CODE_303
(redirect) see other
Definition HttpCode.c:37
@ HTTP_CODE_501
not implemented
Definition HttpCode.c:67
@ HTTP_CODE_300
(redirect) multiple choices
Definition HttpCode.c:31
@ HTTP_CODE_409
conflict state
Definition HttpCode.c:51