diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Closure doesn't have an HTTP method enumeration #591

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Would like to see an enumeration of http methods:
'GET','PUT','POST','DELETE','TRACE',...
Defined here: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html

You have an enumeration for http status: 
goog.net.HttpStatus

Why not one for methods?

Original issue reported on code.google.com by joeheym...@gmail.com on 16 Sep 2013 at 4:33