* Returns true if the request has a body.
()
| 201 | * Returns true if the request has a body. |
| 202 | */ |
| 203 | hasBody() { |
| 204 | return (this.#body != null); |
| 205 | } |
| 206 | /** |
| 207 | * The HTTP method to use when requesting the URI. If no method |
| 208 | * has been explicitly set, then ``GET`` is used if the body is |
no outgoing calls
no test coverage detected