media_type()
Instance Public methods
The String MIME type of the request.
# get "/articles" request.media_type # => "application/x-www-form-urlencoded"
The String MIME type of the request.
# get "/articles" request.media_type # => "application/x-www-form-urlencoded"
Please login to continue.