General

Profile

cpr (Chris Rice)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

05/21/2013

12:54 PM Ruby Feature #8429 (Closed): Options requests in net/http should be able to accept a response body
As it is currently implemented, Net::HTTP::Options does not allow responses to OPTIONS requests to have a response body:
class Net::HTTP::Options < Net::HTTPRequest
METHOD = 'OPTIONS'
REQUEST_HAS_BODY = false
RESPONSE_HAS...
cpr (Chris Rice)

Also available in: Atom