Documentation
¶
Overview ¶
Package https contains helpers for starting an HTTPS server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// Addr specifies the host and port the server should listen on.
Addr string
// AutocertCacheBucket specifies the name of the GCS bucket for
// Let’s Encrypt to use. If this is not specified, then HTTP traffic is
// served on Addr.
AutocertCacheBucket string
}
Options are the configuration parameters for the HTTP(S) server.
Click to show internal directories.
Click to hide internal directories.