sahaya / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Add support for HTTP method OPTIONS #184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Request for Enhancement:

The lib currently does not allow to test HTTP method OPTIONS as defined in the 
spec: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html

Furthermore additional methods as defined in HTTP extension specs are not 
supported, e.g. WebDav: http://greenbytes.de/tech/webdav/

The summary of all publicly specified HTTP methods is given here: 
http://tools.ietf.org/id/draft-ietf-httpbis-method-registrations-09.html

What is the expected output? What do you see instead?

Class RequestSpecification should provide a generic method like 'execute' with 
the method name as string parameter.

Original issue reported on code.google.com by mi.koel...@googlemail.com on 2 Aug 2012 at 8:50

GoogleCodeExporter commented 9 years ago
Options (and patch) has been implemented in trunk. Please help out by building 
REST Assured from the source and try it out if it works for you.

Original comment by johan.ha...@gmail.com on 7 Aug 2012 at 8:44