Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRSA ¶
func GenerateRSA()
Types ¶
type HTTPServer ¶
HTTPServer extends net/http server and adds graceful shutdowns
func NewHTTPServer ¶
func NewHTTPServer() *HTTPServer
NewHTTPServer creates a new HTTPServer instance
func (*HTTPServer) GoListenAndServe ¶
func (h *HTTPServer) GoListenAndServe(addr string, handler http.Handler) error
GoListenAndServe starts HTTPServer instance and listens on specified addr
Click to show internal directories.
Click to hide internal directories.