Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.APIClient.UNITY_REQUEST_HEADER_KEYS

Jackson Wood edited this page Mar 6, 2019 · 8 revisions

APIClient.UNITY_REQUEST_HEADER_KEYS

public const string[] UNITY_REQUEST_HEADER_KEYS;

Description

Collection of the HTTP request header keys used by Unity.

Used almost exclusively for debugging requests.

Initialized Value

new string[]
        {
            
            "accept-charset",
            "access-control-request-headers",
            "access-control-request-method",
            "connection",
            "content-length",
            "cookie",
            "cookie2",
            "date",
            "dnt",
            "expect",
            "host",
            "keep-alive",
            "origin",
            "referer",
            "te",
            "trailer",
            "transfer-encoding",
            "upgrade",
            "via",
            
            "accept-encoding",
            "content-type",
            "x-unity-version",
            "user-agent",
        }
Clone this wiki locally