Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServerHandler ¶
type APIServerHandler struct { FullHandlerChain http.Handler GoRestfulContainer *restful.Container NonGoRestfulMux *mux.PathRecorderMux Director http.Handler }
func DefaultAPIServerHandler ¶
func DefaultAPIServerHandler() *APIServerHandler
func NewAPIServerHandler ¶
func NewAPIServerHandler(name string, handlerChainBuilder HandlerChainBuilderFn, notFoundHandler http.Handler) *APIServerHandler
func (*APIServerHandler) ListedPaths ¶
func (a *APIServerHandler) ListedPaths() []string
func (*APIServerHandler) ServeHTTP ¶
func (a *APIServerHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.