Documentation ¶
Index ¶
- func FastHttpLetsEncrypt(addr string, domain string, handler fasthttp.RequestHandler) error
- func FastHttpLetsEncryptServe(listener net.Listener, domain string, handler fasthttp.RequestHandler) error
- func FastHttpListenAndServeTLS(addr string, cert string, key string, handler fasthttp.RequestHandler) error
- func FastHttpServeTLS(listener net.Listener, handler fasthttp.RequestHandler, cert string, ...) error
- func HttpLetsEncrypt(addr string, domain string, handler http.Handler) error
- func HttpLetsEncryptServe(listener net.Listener, domain string, handler http.Handler) error
- func HttpListenAndServeTLS(addr string, cert string, key string, handler http.Handler) error
- func HttpServeTLS(listener net.Listener, handler http.Handler, cert string, key string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FastHttpLetsEncrypt ¶
func FastHttpLetsEncrypt(addr string, domain string, handler fasthttp.RequestHandler) error
func FastHttpServeTLS ¶
func HttpLetsEncryptServe ¶
func HttpListenAndServeTLS ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.