PCSDKModule Documentation

Enumeration Endpoint.​HTTPMethod

public enum HTTPMethod: String  

The HTTP method

Endpoint.HTTPMethod Endpoint.HTTPMethod String String Endpoint.HTTPMethod->String

Member Of

Endpoint

Holds info about enpoint

Conforms To

String

Enumeration Cases

get

case get = "GET"

GET request

post

case post = "POST"

POST request

patch

case patch = "PATCH"

PATCH request