UnityHTTP
UnityHTTP copied to clipboard
Enumerate HTTP Method types
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.
imagine....
HTTP.Response resp = new HTTP.Response.get( "http://someurl.com/somewhere" );