module:"openapi-transformers/remove-response-headers.js"()
Transformer to remove headers from Response objects in an OpenAPI 3 doc.
This can be useful because Autorest generates strongly typed classes for
each response type, which can be an annoyance (especially if the default
error response has headers), particularly since x-ms-headers is not working
correctly: https://github.com/Azure/autorest/pull/3322
Constructor
new module:"openapi-transformers/remove-response-headers.js"()
- Source: