YouTrack Standalone 2017.4 Help

REQUEST_TYPES

A collection of supported HTTP request types. Note that instead of passing a proper request type to the Connection.doSync method, there are dedicated methods that correspond to each request type that you can call directly. For example, getSync or postSync.

See Also

Properties

Name

Type

Description

Read-only

static CONNECT

string

Establishes a tunnel to the server identified by the target resource.

checkbox marked

static DELETE

string

Deletes the target resource.

checkbox marked

static GET

string

Requests data from the target resource.

checkbox marked

static HEAD

string

Same as GET, but the response only contains headers and no data.

checkbox marked

static OPTIONS

string

Describes the communication options for the target resource.

checkbox marked

static PATCH

string

Applies partial modifications to the target resource.

checkbox marked

static POST

string

Submits data to the target resource.

checkbox marked

static PUT

string

Replaces all current representations of the target resource.

checkbox marked
Last modified: 7 March 2019