Skip to content

HTTPMethod

MarcoDotIO edited this page Apr 25, 2023 · 1 revision

HTTPMethod

Uses URLRequest to set up a HTTPMethod, and implement default values for the method cases.

public enum HTTPMethod: String 

Inheritance

String

Enumeration Cases

get

case get = "GET"

post

case post = "POST"
Types
Protocols
Global Variables
Global Functions
Extensions
Clone this wiki locally