Structures
The following structures are available globally.
-
Default HTTP error. Provides an HTTP status and a message is so desired
See moreDeclaration
Swift
public struct HBHTTPError : Error, HBHTTPResponseError
extension HBHTTPError: CustomStringConvertible
-
HTTP request
See moreDeclaration
Swift
public struct HBHTTPRequest
-
HTTP response
See moreDeclaration
Swift
public struct HBHTTPResponse
-
Setup child channel for HTTP1
See moreDeclaration
Swift
public struct HTTP1ChannelInitializer : HBChannelInitializer
-
Wrapper for NIO transport services TLS options
See moreDeclaration
Swift
public struct TSTLSOptions