Enumerate HTTP Method types #27

Open
opened 2014-12-04 19:51:07 -08:00 by ddaws · 1 comment
ddaws commented 2014-12-04 19:51:07 -08:00 (Migrated from github.com)

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.

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.
DoWhileGeek commented 2015-10-12 22:32:10 -07:00 (Migrated from github.com)

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

imagine.... `HTTP.Response resp = new HTTP.Response.get( "http://someurl.com/somewhere" );`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
andyburke/UnityHTTP#27
No description provided.