mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
add content negotiation feature, add context.ReadYAML and fix https://github.com/kataras/neffos/issues/1#issuecomment-515698536
Former-commit-id: 9753e3e45c7c24788b97814d3ecfb4b03f5ff414
This commit is contained in:
@@ -17,6 +17,9 @@ type (
|
||||
GorillaDialerOptions = gorilla.Options
|
||||
// GobwasDialerOptions is just an alias for the `gorilla/websocket.Dialer` struct type.
|
||||
GobwasDialerOptions = gobwas.Options
|
||||
// GobwasHeader is an alias to the adapter that allows the use of `http.Header` as
|
||||
// handshake headers.
|
||||
GobwasHeader = gobwas.Header
|
||||
|
||||
// Conn describes the main websocket connection's functionality.
|
||||
// Its `Connection` will return a new `NSConn` instance.
|
||||
|
||||
Reference in New Issue
Block a user