Documentation ¶ Index ¶ func Http(addr string) server.Network func HttpWithHandler[H http.Handler](addr string, handler H) server.Network func WebSocket(addr string, pattern ...string) server.Network type HttpServe Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Http ¶ func Http(addr string) server.Network func HttpWithHandler ¶ func HttpWithHandler[H http.Handler](addr string, handler H) server.Network func WebSocket ¶ func WebSocket(addr string, pattern ...string) server.Network Types ¶ type HttpServe ¶ type HttpServe struct { *http.ServeMux } Source Files ¶ View all Source files http.go http_serve.go websocket.go websocket_handler.go wsbsocket_wrapper.go Click to show internal directories. Click to hide internal directories.