Location
enum Location : Equatable
Possible location of parameters
-
Undocumented
Declaration
Swift
case path(String) -
Undocumented
Declaration
Swift
case query(String) -
Undocumented
Declaration
Swift
case header(String) -
not “Accept”, “Content-Type” or “Authorization”
Declaration
Swift
case cookie(String)
View on GitHub
Location Enumeration Reference