stubby4node
stubby4node copied to clipboard
How do you define global or default headers/settings?
Our YAML file is getting really bloated because we have to repeat common headers
For example every endpoint has the following defined:
content-type: application/json
server: stubbedServer/4.2
How can I tell stubby to use these headers for ALL endpoints?
At the moment there is no way to do this, other than modifying each endpoint.