Constructor
new module:"openapi-transformers/remove-request-body.js"(methodsopt, non-null)
Constructs a RemoveRequestBodyTransformer for a given set of HTTP methods.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
methods |
module:globals.Iterable |
<optional> |
HTTP Methods for which to remove requestBody. (default: [GET, HEAD, TRACE]) |
- Source: