Skip to content

Commit e58fdaf

Browse files
committed
Added a note to the README of the 'Custom Method' example
1 parent eadb2b8 commit e58fdaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/v2/customMethod/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ This example focus on the `TRACE` method, to send to a remote user all actions t
66
It uses the headers `Trace-Depth`, `Trace-Separator` and `Trace-Method` to customize the answer and the observed resources.
77

88
The `ts` file and the `js` file are the same thing. The `js` file displays the example in JavaScript while the `ts` file displays the example in TypeScript.
9+
10+
Note : The methods which can be added are limited to [the supported methods](https://nodejs.org/api/http.html#http_http_methods) in the `http` module.

0 commit comments

Comments
 (0)