Skip to content

Commit

Permalink
Use field name as start of comment.
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Dubbelboer <[email protected]>
  • Loading branch information
skidder and erikdubbelboer authored Oct 30, 2023
1 parent b30207a commit b3bbf81
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions http.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ type Request struct {
// Use Host header (request.Header.SetHost) instead of the host from SetRequestURI, SetHost, or URI().SetHost
UseHostHeader bool

// Redirect path values are sent as-is without normalization
//
// Disabled redirect path normalization may be useful for proxying incoming requests
// to servers that are expecting paths to be forwarded as-is.
// DisableRedirectPathNormalizing disables redirect path normalization when used with DoRedirects.
//
// By default redirect path values are normalized, i.e.
// extra slashes are removed, special characters are encoded.
Expand Down

0 comments on commit b3bbf81

Please sign in to comment.