Closed
Description
/** Represents an HTTP response.
* @typedef {Object} HttpResponse
* @memberof request
* @static
*/
/** Example that doesn't work
* @function
* @param {request.HttpRequest} req - The request object
*/
Here's our current autolink code:
documentation/lib/html_helpers.js
Lines 68 to 75 in 85ff395