Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldz committed May 9, 2024
1 parent e0f13bb commit 5f52764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Context struct {
destinationAddress string
}

// RequestType HTTP or HTTPS
// RequestType HTTP or HTTPS.
func (c Context) RequestType() string {
return c.scheme
}

0 comments on commit 5f52764

Please sign in to comment.