Instance Method
get(_:headers:beforeSend:)
func get(_ url: URI, headers: HTTPFields = [:], beforeSend: (inout ClientRequest) throws -> Void = { _ in }) async throws -> ClientResponse
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
func get(_ url: URI, headers: HTTPFields = [:], beforeSend: (inout ClientRequest) throws -> Void = { _ in }) async throws -> ClientResponse