Kitura / SwiftyRequest

SwiftyRequest is an HTTP networking library built for Swift.
Apache License 2.0
110 stars 19 forks source link

Bug Fix: Add message body to request #9

Closed sandmman closed 7 years ago

sandmman commented 7 years ago

The messageBody setter was not appending the newValue to the request, but rather messageBody, which of course will always be null. Also, adds a new test case.