vadymmarkov / Malibu

:surfer: Malibu is a networking library built on promises
https://vadymmarkov.github.io
Other
414 stars 39 forks source link

Feature: content types + paramater encoding #1

Closed vadymmarkov closed 8 years ago

vadymmarkov commented 8 years ago

1) Add an enum for request method. 2) Add an enum for content type. 3) Introduce ParameterEncoding protocol for the case when you need to encode your request parameters to NSData. 4) Add default encoders for JSON and FormURLEncoded content types. 5) WaveRider is a suggested name for a basic configuration :surfer:

screen shot 2016-02-26 at 01 18 26
zenangst commented 8 years ago

This is a great start! :star2: