issues
search
meeshkan
/
hmt
HTTP Mocking Toolkit
MIT License
52
stars
7
forks
source link
Fix bug: non-json body raises an exception.
#37
Closed
ksaaskil
closed
4 years ago
ksaaskil
commented
4 years ago
Fix bug where a non-json text body such as "Hello" raised an exception instead of setting the schema as
{type: "string" }
Add new
media_types.py
module for all code related to building media types from bodies
{type: "string" }
media_types.py
module for all code related to building media types from bodies