Skip to content

OpenAPI_HttpMethod

mattpolzin edited this page May 23, 2020 · 3 revisions

OpenAPI.HttpMethod

Represents the HTTP methods supported by the OpenAPI Specification.

public enum HttpMethod

See OpenAPI Path Item Object because the supported HTTP methods are enumerated as properties on that object.

Inheritance

CaseIterable, String

Enumeration Cases

get

case get

post

case post

patch

case patch

put

case put

delete

case delete

head

case head

options

case options

trace

case trace
Types
Protocols
Global Functions
Extensions
Clone this wiki locally