Request
public struct Request
extension Request: Sendable
extension Request: Equatable, Hashable
-
Declaration
Swift
public var method: Method
-
Declaration
Swift
public var url: ViaductUrl
-
Declaration
Swift
public var headers: Headers
-
Declaration
Swift
public var body: Data?
-
Declaration
Swift
public init(method: Method, url: ViaductUrl, headers: Headers, body: Data?)
-
Declaration
Swift
public static func == (lhs: Request, rhs: Request) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)