Versions in this module Expand all Collapse all v3 v3.4.10 Aug 29, 2022 v3.4.8 Aug 29, 2022 Changes in this version + const DefaultCorsHeaders + const DefaultServiceDuration + const UnlimitedServiceDuration + func ListenUnix(network string, path string) (net.Listener, error) + func VersionedPath(p string) string + type APIServer struct + CorsHeaders string + func NewServer(runtime *libpod.Runtime) (*APIServer, error) + func NewServerWithSettings(runtime *libpod.Runtime, listener *net.Listener, opts Options) (*APIServer, error) + func (s *APIServer) APIHandler(h http.HandlerFunc) http.HandlerFunc + func (s *APIServer) Close() error + func (s *APIServer) RegisterSwaggerHandlers(r *mux.Router) error + func (s *APIServer) Serve() error + func (s *APIServer) Shutdown() error + type Options struct + CorsHeaders string + Timeout time.Duration