spothero / volley-jackson-extension

Apache License 2.0
21 stars 9 forks source link

POSTing application/json #2

Open jpaas opened 10 years ago

jpaas commented 10 years ago

Thanks for posting this. Especially for posting on the Maven central repo! It seems to cover all of the bases of the custom in-project Jackson request I'm using except for one thing. It seems to assume that the POSTed data is application/x-www-form-urlencoded. I need to send application/json. I think I'll use it anyway, but I'll have to subclass JacksonRequest.