mirror of
https://github.com/adnanh/webhook.git
synced 2025-07-04 10:18:31 +00:00
Rename RemoteAddress to RemoteAddr.
This commit is contained in:
parent
64942c9793
commit
01111b5258
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ Hooks are defined as JSON objects. Please note that in order to be considered va
|
|||
* `method` - HTTP(s) method used by the client (i.e. GET, POST, etc...)
|
||||
* `URI` - URI which client requested
|
||||
* `host` - value of the `Host` header sent by the client
|
||||
* `remoteAddress` - client's IP address
|
||||
* `remoteAddr` - client's IP address and port in the `IP:PORT` format
|
||||
* `query` - object with query parameters and their respective values
|
||||
* `headers` - object with headers and their respective values
|
||||
* `base64EncodedBody` - base64 encoded request body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue