Skip to content

Commit f00fc31

Browse files
committed
rename to incoming
1 parent 1dd2e9a commit f00fc31

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/javascript/common/configuration/integrations

1 file changed

+2
-2
lines changed

docs/platforms/javascript/common/configuration/integrations/http.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ This can be useful for long running requests where the body is not needed and we
7777

7878
The callback function receives two arguments:
7979

80-
- `url`: The full URL of the outgoing request, including the protocol, host, port, path and query string. For example: `https://example.com/users?name=John`.
81-
- `request`: An object of type `RequestOptions` containing the outgoing request's options. You can use this to filter on properties like the request method or headers.
80+
- `url`: The full URL of the incoming request, including the protocol, host, port, path and query string. For example: `https://example.com/users?name=John`.
81+
- `request`: An object of type `RequestOptions` containing the incoming request's options. You can use this to filter on properties like the request method or headers.
8282

8383
### `ignoreOutgoingRequests`
8484

0 commit comments

Comments
 (0)