HTTPMethod - OpenDive/AptosKit GitHub Wiki

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"