debugRequest()function

debugRequest(request: Request): string
ParamType
requestRequest
The Request to debug. required
Return
string
A string in METHOD url format.

Convert a Request into a one-line debug string.

  • Shows the method and URL only (no headers or body).