Method: Browser::HTTP::Request#method

Defined in:
opal/browser/http/request.rb

#methodSymbol (readonly)

Returns the HTTP method for this request.

Returns:

  • (Symbol)

    the HTTP method for this request



27
28
29
# File 'opal/browser/http/request.rb', line 27

def method
  @method
end