Skip to content
Josh Wright edited this page Jan 14, 2021 · 3 revisions

PUT

Represents a PUT Endpoint.

@propertyWrapper public class PUT<Req: EndpointRequest, Res: Codable>

Initializers

init(_:)

Initialize with a path.

public init(_ path: String)

Parameters

  • path: The path of the endpoint.

Properties

wrappedValue

A PUT REST endpoint with the given path.

var wrappedValue: Endpoint<Req, Res>
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally