venmo / DVR

Network testing for Swift
http://blog.soff.es/network-testing-in-swift-with-dvr
MIT License
651 stars 86 forks source link

Fix plain body encoding #29

Closed soffes closed 8 years ago

soffes commented 8 years ago

Before this bodies would appear in JSON as "Optional(\"Some text\")". Now they appear as "Some text".

ayanonagon commented 8 years ago

Tabs to spaces, then :green_apple:. Thanks @soffes!

soffes commented 8 years ago

Closing since this is part of #31