Comments
The dothttp comments are the statements that are not considered (no op) for request generation. These can be used to provide information or explanation. It can also be used to hide request data.
Types of dothttp Comments
- Single Line Comment (
//
like javascript) - Multi Line Comment (startswith
/*
endswith*/
like javascript) - Unix Comment
#
#
example 1 (single line)produces request
#
example 2 (combo)produces request, manga and name 'doe' is commented/removed whwen making request