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

ModIO.APIClient.MODIO_REQUEST_HEADER_KEYS

Jackson Wood edited this page Feb 20, 2019 · 8 revisions

APIClient.MODIO_REQUEST_HEADER_KEYS

public const string[] MODIO_REQUEST_HEADER_KEYS;

Description

Collection of the HTTP request header keys used by mod.io.

Initialized Value

new string[]
        {
            "Authorization",
            "Accept-Language",
        }
Clone this wiki locally