Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomicBool ¶ added in v0.0.9
type AtomicBool int32
func (*AtomicBool) IsSet ¶ added in v0.0.9
func (b *AtomicBool) IsSet() bool
func (*AtomicBool) SetFalse ¶ added in v0.0.9
func (b *AtomicBool) SetFalse()
func (*AtomicBool) SetTrue ¶ added in v0.0.9
func (b *AtomicBool) SetTrue()
type UncorsServer ¶ added in v0.0.9
func NewUncorsServer ¶ added in v0.0.9
func NewUncorsServer(ctx context.Context, handler http.Handler) *UncorsServer
func (*UncorsServer) Close ¶ added in v0.0.9
func (srv *UncorsServer) Close() error
func (*UncorsServer) ListenAndServe ¶ added in v0.0.9
func (srv *UncorsServer) ListenAndServe(addr string) error
func (*UncorsServer) ListenAndServeTLS ¶ added in v0.0.9
func (srv *UncorsServer) ListenAndServeTLS(addr string, certFile, keyFile string) error
Click to show internal directories.
Click to hide internal directories.