IBM / gauge-api-steps

A Python module providing reusable Gauge steps for API testing
MIT License
6 stars 2 forks source link

Store request body as string #13

Closed derdualist closed 9 months ago

derdualist commented 9 months ago

The request body should be stored as str, so that json/xml operations can be performed on it. Before the actual request, it is transformed to bytes.