Skip to content

Commit

Permalink
ensure support for https://
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed May 18, 2022
1 parent 354917f commit 36f93bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
func init() {
ctx := context.Background()
RegisterServer(ctx, "http", NewHTTPServer)
RegisterServer(ctx, "https", NewHTTPServer)
}

// HTTPServer implements the `Server` interface for a basic `net/http` server.
Expand Down

0 comments on commit 36f93bc

Please sign in to comment.