Pragmatists / ng-test-runner

MIT License
24 stars 1 forks source link

Feature/expose raw requets body #41

Closed prz3m3k000 closed 3 years ago

prz3m3k000 commented 3 years ago

Currently, when trying to retrieve request body, it is always parsed as JSON, which prevents us from working with other data formats. This PR adds support for exposing raw request body.