Documentation ¶ Overview ¶ Package httprun. Index ¶ func ListenAndServe(ctx context.Context, addr string, handler http.Handler, ...) error func ListenAndServeUnixSocket(ctx context.Context, addr string, handler http.Handler, ...) error func Run(ctx context.Context, s *http.Server) error func RunUnixSocket(ctx context.Context, s *http.Server) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ListenAndServe ¶ func ListenAndServe(ctx context.Context, addr string, handler http.Handler, opts ...defserver.Option) error func ListenAndServeUnixSocket ¶ func ListenAndServeUnixSocket(ctx context.Context, addr string, handler http.Handler, opts ...defserver.Option) error func Run ¶ func Run(ctx context.Context, s *http.Server) error func RunUnixSocket ¶ func RunUnixSocket(ctx context.Context, s *http.Server) error Types ¶ This section is empty. Source Files ¶ View all Source files httprun.gounixsocket.goutil.go Click to show internal directories. Click to hide internal directories.