Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Remove String requirement for 'data' parameter on Http shortcut methods #1051

Closed
xose opened this issue May 16, 2014 · 1 comment
Closed

Comments

@xose
Copy link

xose commented May 16, 2014

The Http.call() method does not have any restriction on the type of the 'data' parameter. This allows interceptors to serialize any data type into any format (by default JSON). But the shortcut methods (post(), put(), ...) impose a String restriction, forcing serialization to be done before calling the method.

@jbdeboer
Copy link
Contributor

@markovuksanovic You have been working with Http recently; could you take a look at this one?

@mvuksano mvuksano assigned vicb and mvuksano and unassigned mvuksano and vicb May 26, 2014
mvuksano added a commit to mvuksano/angular.dart that referenced this issue May 30, 2014
mvuksano added a commit to mvuksano/angular.dart that referenced this issue Jun 3, 2014
mvuksano added a commit to mvuksano/angular.dart that referenced this issue Jun 4, 2014
vikraman pushed a commit to hackcave/angular.dart that referenced this issue Jun 12, 2014
dsalsbury pushed a commit to dsalsbury/angular.dart that referenced this issue Jul 16, 2014
dsalsbury pushed a commit to dsalsbury/angular.dart that referenced this issue Jul 16, 2014
mvuksano added a commit that referenced this issue Aug 5, 2014
mvuksano added a commit that referenced this issue Aug 8, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

4 participants