DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
httptest.NewTLSServer()
Examples using...
httptest.NewTLSServer()
Recent
Examples
NewTLSServer in Go
by GoDoc
Go
httptest.NewTLSServer
log.Fatal
fmt
fmt.Fprintln
fmt.Printf
NewTLSServer starts and returns a new Server using TLS. The caller should call Close when finished, to shut it down.