Open hjmallon opened 7 months ago
Hi @hjmallon When you say meant to support headers, can you point to where this is documented? Having trouble finding it!
I dont think it is documented, but it is mostly implemented. See:
As I say it is just that tiny change away from working as far as I can tell
Repro Steps (if applicable)
Expected Behavior
Make a response specific header doc
Actual Behavior
Raises error
Error Messages/Stack Trace
Possible fix?
I think it can be fixed by adding
headers={}
to__init__
in marshal_with.