surjit / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

Support Binary Request Body #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please enable sending any sequence of bytes as the body of an HTTP request 
via classes that implement net.oauth.client.OAuthClient.  The current 
classes are limited to character strings in the ISO-8859-1 encoding.

It would also be nice to facilitate sending a character string using an 
encoding of the caller's choice.

Original issue reported on code.google.com by jmkrist...@gmail.com on 27 Oct 2008 at 6:48

GoogleCodeExporter commented 9 years ago
Done in -r707.

Original comment by jmkrist...@gmail.com on 28 Oct 2008 at 4:29