* Get the URL of the request. * @returns {string} The URL of the request.
()
| 441 | * @returns {string} The URL of the request. |
| 442 | */ |
| 443 | get url() { |
| 444 | return this._url |
| 445 | } |
| 446 | |
| 447 | /** |
| 448 | * Get the HTTP method of the request. |
no outgoing calls
no test coverage detected