jnunemaker / httparty

:tada: Makes http fun again!
MIT License
5.81k stars 964 forks source link

Request marshal fix #767

Closed jnunemaker closed 2 years ago

jnunemaker commented 2 years ago

Marshalling should really make the object as exactly the same as possible. I really need to just do all ivars that are not procs but this fixes the problem for now and I don't think it breaks anything for others.

fyi @baberthal who added request marshalling xref #764