Skip to content
Jurek Muszyński edited this page Dec 20, 2021 · 2 revisions

char *REQ_ID

Description

Last part of request URI, i.e. for example.com/this/sample/1234 ID will be 1234.

Returns

NULL-terminated string.

Example

See Node++ RESTful API generator.

Clone this wiki locally