Skip to content

Commit

Permalink
Generated from adca4cd9eac95f46998e3b35e1d5ae600498808f (#5508)
Browse files Browse the repository at this point in the history
add SocketAddr matchvariable
  • Loading branch information
AutorestCI authored Aug 28, 2019
1 parent 9a4fdb5 commit f7d8624
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const (
RequestHeader MatchVariable = original.RequestHeader
RequestMethod MatchVariable = original.RequestMethod
RequestURI MatchVariable = original.RequestURI
SocketAddr MatchVariable = original.SocketAddr
)

type MinimumTLSVersion = original.MinimumTLSVersion
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7d8624

Please sign in to comment.