UnityHTTP icon indicating copy to clipboard operation
UnityHTTP copied to clipboard

Enumerate HTTP Method types

Open ddaws opened this issue 11 years ago • 1 comments

I would like to make this available because I don't trust my self not spell the method type wrong by accident. I intend to implement by creating an enumeration of the method types and adding a constructor that accepts the enum as a param and fallback on the string based constructor.

ddaws avatar Dec 05 '14 03:12 ddaws

imagine.... HTTP.Response resp = new HTTP.Response.get( "http://someurl.com/somewhere" );

DoWhileGeek avatar Oct 13 '15 05:10 DoWhileGeek