MaibornWolff / alt-core-js

Acceptance & Load testing framework
https://www.npmjs.com/package/@maibornwolff/alt-core-js
MIT License
7 stars 1 forks source link

Response header evaluation #45

Closed bboron86 closed 5 years ago

bboron86 commented 5 years ago

At the moment, only the body of REST response can be use for evaluations. It's behind the res variable. Sometimes it's necessary to evaluate response headers (e.g. location of the created resource). The response evaluation should support that.