Skip to content

Commit

Permalink
Clarify this in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sergburn authored and climba03003 committed Jun 3, 2023
1 parent 4d79842 commit 811f327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Reference/Server.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ Defines the label used for the request identifier when logging the request.
### `genReqId`
<a id="factory-gen-request-id"></a>

Function for generating the request-id. It will receive the incoming request as
a parameter. This function is expected to be error-free.
Function for generating the request-id. It will receive _raw_ incoming
request as a parameter. This function is expected to be error-free.

+ Default: `value of 'request-id' header if provided or monotonically increasing
integers`
Expand Down

0 comments on commit 811f327

Please sign in to comment.