package
0.0.0-20190603091140-d91554c37e14
Repository: https://github.com/vaniila/hyper.git
Documentation: pkg.go.dev

# Functions

Addr to change server bind address.
AllowCredentials to set allow credentials header.
AllowedHeaders to set allowed headers.
AllowedMethods to set allowed methods.
AllowedOrigins to set allowed origins.
AllowOriginFunc to add custom origin handler.
Cache to bind cache interface to engine server.
DataLoader server.
EnableCompression to enable gzip compression.
EnableCORS to attach cors handler to http server.
ExposedHeaders to set exposed headers.
GQLSubscription to bind graphql subscription interface to engine server.
ID to change server reference id.
Logger to set custom logger.
MaxAge to set max age value.
Message broker.
New creates engine server.
OptionsPassthrough to set options pass through value.
Proto to change http network protocol.
Router to bind router to engine server.
TraceID to set trace id generator function.
Websocket to bind websocket server.

# Constants

Protocols.
Protocols.

# Structs

Client struct.
No description provided by the author
Cookie struct.
Device struct.
Hardware struct.
Header struct.
Options is the engine server options.
OS struct.
Useragent struct.
Value struct.

# Interfaces

Service interface.

# Type aliases

Option func.
Protocol type.