Documentation
¶
Index ¶
- func NewHttpClient() *httpClient.Client
- func NewHttpClientProgress() *httpClient.Progress
- func NewHttpServer(addr string) *httpServer.Server
- func NewHttpServerRouter() *router.Router[*http.Stream]
- func NewHttpServerStaticRouter() *httpServer.StaticRouter
- func NewTcpClient(addr string) *tcpClient.Client
- func NewTcpClientRouter() *router.Router[*socket.Stream[tcpClient.Conn]]
- func NewTcpServer(addr string) *tcpServer.Server
- func NewTcpServerRouter() *router.Router[*socket.Stream[tcpServer.Conn]]
- func NewUdpClient(addr string) *udpClient.Client
- func NewUdpClientRouter() *router.Router[*socket.Stream[udpClient.Conn]]
- func NewUdpServer(addr string) *udpServer.Server
- func NewUdpServerRouter() *router.Router[*socket.Stream[udpServer.Conn]]
- func NewWebSocketClient(addr string) *webSocketClient.Client
- func NewWebSocketClientRouter() *router.Router[*socket.Stream[webSocketClient.Conn]]
- func NewWebSocketServer(addr string) *webSocketServer.Server
- func NewWebSocketServerRouter() *router.Router[*socket.Stream[webSocketServer.Conn]]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHttpClient ¶
func NewHttpClient() *httpClient.Client
func NewHttpClientProgress ¶
func NewHttpClientProgress() *httpClient.Progress
func NewHttpServer ¶
func NewHttpServer(addr string) *httpServer.Server
func NewHttpServerStaticRouter ¶
func NewHttpServerStaticRouter() *httpServer.StaticRouter
func NewTcpClient ¶
func NewTcpServer ¶
func NewUdpClient ¶
func NewUdpServer ¶
func NewWebSocketClient ¶
func NewWebSocketClient(addr string) *webSocketClient.Client
func NewWebSocketServer ¶
func NewWebSocketServer(addr string) *webSocketServer.Server
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
example
|
|
|
async/client
command
|
|
|
async/server
command
|
|
|
custom_protocol
command
|
|
|
http
command
|
|
|
tcp
command
|
|
|
udp
command
|
|
|
websocket
command
|
|
Click to show internal directories.
Click to hide internal directories.