Skip to content

Commit

Permalink
Fixed typo request.authority in README.md (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
josisusan authored Jun 22, 2024
1 parent a84db26 commit d69f0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ You can use variable data in response. The variables will be defined as tags lik
- request.cookie."*key*"
- request.fragment
- request.url (full url with scheme, hostname, port, path and query parameters)
- request.autority (return scheme, hostname and port (optional))
- request.authority (return scheme, hostname and port (optional))
- request.body

You can extract information from the request body too, using a dot notation path:
Expand Down

0 comments on commit d69f0da

Please sign in to comment.