Protocol
Client
protocol Client : Sendable
Topics
Instance Properties
Instance Methods
func allocating(to: ByteBufferAllocator) -> any Clientfunc delegating(to: any EventLoop) -> any Clientfunc delete(_:headers:beforeSend:)func get(_:headers:beforeSend:)func logging(to: Logger) -> any Clientfunc patch(_:headers:beforeSend:)func patch(_:headers:content:)func post(_:headers:beforeSend:)func post(_:headers:content:)func put(_:headers:beforeSend:)func put(_:headers:content:)func send(ClientRequest) -> EventLoopFuture<ClientResponse>func send(_:headers:to:beforeSend:)
Relationships
Inherits From
Swift.SendableSwift.SendableMetatype