var port: Int? { get }
s18HummingbirdTesting18TestClientProtocolP4portSiSgvp
50EFO
import HummingbirdTesting
protocol TestClientProtocol : Sendable
Protocol for client used by HummingbirdTesting
@frozen struct Int
A signed integer value type.
func executeRequest(uri: String, method: HTTPRequest.Method, headers: HTTPFields, body: ByteBuffer?) async throws -> TestResponse
Execute URL request and provide response