modulepackage
0.0.0-20241017053259-5858a7f76baa
Repository: https://github.com/phogolabs/plex.git
Documentation: pkg.go.dev
# README
plex
A multiplexer that allows Google Remote Procedure Call and HTTP server listening on the same port
Installation
$ go get -u github.com/phogolabs/plex
Getting started
For more information about how to use the package, have a look the example service implementation.
Contributing
We are open for any contributions. Just fork the project.
# Functions
NewServer creates a new server.
# Constants
ErrClosedConn occurs when the connection is closed.
# Variables
SetStatusCode sets the status code.