Documentation ¶
Overview ¶
Package http implements the HTTP frontend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frontend ¶
type Frontend struct {
// contains filtered or unexported fields
}
Frontend is the HTTP frontend.
type Options ¶
type Options struct { ExternalURL *url.URL ExternalPXEURL *url.URL InstallerInternalRepository name.Repository InstallerExternalRepository name.Repository CacheSigningKey crypto.PrivateKey RemoteOptions []remote.Option }
Options configures the HTTP frontend.
Click to show internal directories.
Click to hide internal directories.