Documentation
¶
Index ¶
- func BuildAdminWithHTTPHandler() bind.HTTPHandler
- func BuildContentTypeHTMLWithHTTPHandler() bind.HTTPHandler
- func BuildH1WithService(address string, handler bind.HTTPHandler) bind.Service
- func BuildH2SupportH3WithService(address string, handler bind.HTTPHandler, tls bind.TLS) bind.Service
- func BuildH2WithService(address string, handler bind.HTTPHandler, tls bind.TLS) bind.Service
- func BuildH3WithService(address string, handler bind.HTTPHandler, tls bind.TLS) bind.Service
- func BuildHTTP443ToHTTPSWithStreamHandler(handler bind.HTTPHandler, tls bind.TLS, wait time.Duration) bind.StreamHandler
- func BuildHTTPLog(log string, handler bind.HTTPHandler) bind.HTTPHandler
- func BuildHTTPLogStderr(handler bind.HTTPHandler) bind.HTTPHandler
- func BuildHTTPRedirectToHTTPSWithService(address string) bind.Service
- func BuildHTTPRedirectWithStreamHandler(location string, wait time.Duration) bind.StreamHandler
- func BuildHomeWithHTTPHandler() bind.HTTPHandler
- func BuildSampleWithOnce(start bind.Service, components ...bind.Component) bind.Once
- func BuildStreamLog(log string, handler bind.StreamHandler) bind.StreamHandler
- func BuildStreamLogStderr(handler bind.StreamHandler) bind.StreamHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildAdminWithHTTPHandler ¶
func BuildAdminWithHTTPHandler() bind.HTTPHandler
func BuildContentTypeHTMLWithHTTPHandler ¶
func BuildContentTypeHTMLWithHTTPHandler() bind.HTTPHandler
func BuildH1WithService ¶
func BuildH1WithService(address string, handler bind.HTTPHandler) bind.Service
func BuildH2WithService ¶
func BuildH3WithService ¶
func BuildHTTP443ToHTTPSWithStreamHandler ¶
func BuildHTTP443ToHTTPSWithStreamHandler(handler bind.HTTPHandler, tls bind.TLS, wait time.Duration) bind.StreamHandler
func BuildHTTPLog ¶
func BuildHTTPLog(log string, handler bind.HTTPHandler) bind.HTTPHandler
func BuildHTTPLogStderr ¶
func BuildHTTPLogStderr(handler bind.HTTPHandler) bind.HTTPHandler
func BuildHTTPRedirectWithStreamHandler ¶
func BuildHTTPRedirectWithStreamHandler(location string, wait time.Duration) bind.StreamHandler
func BuildHomeWithHTTPHandler ¶
func BuildHomeWithHTTPHandler() bind.HTTPHandler
func BuildSampleWithOnce ¶
func BuildStreamLog ¶ added in v0.4.14
func BuildStreamLog(log string, handler bind.StreamHandler) bind.StreamHandler
func BuildStreamLogStderr ¶ added in v0.4.14
func BuildStreamLogStderr(handler bind.StreamHandler) bind.StreamHandler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.