# File lib/facets/more/httpaccess.rb, line 296 def options(uri, extheader = {}, &block) request('OPTIONS', uri, nil, nil, extheader, &block) end