INNER CODE UNIT · Python

ERROR_CODES_CLIENT

rfc-st/humble · humble.py:109

ERROR_CODES_CLIENT = {*range(400, 408), *range(409, 418), *range(421, 427),
                      428, 429, 431, 451}
ERROR_CODES_MIXED = (400, 451, 500, 511, 599)
EXP_HEADERS = (
    "activate-storage-access", "critical-ch", "document-policy",
    "nel", "no-vary-search", "permissions-policy",
    "sec-private-state-token-lifetime", "speculation-rules",
    "supports-loading-mode",
)
FORCED_CIPHERS = "HIGH:!DH:!aNULL"
HEADERS_CHECKS = 2
REQ_HEADERS = {
    "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
    "Accept-Encoding": "gzip, deflate, br, zstd",
    "Accept-Language": "en-US,en;q=0.9",
    "Cache-Control": "no-cache",
    "Pragma": "no-cache",
    "Upgrade-Insecure-Requests": "1",

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…