Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-42456

PATCH and DELETE request support

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • P3: Somewhat important
    • 5.4.1
    • 5.3.2, 5.4.0 Alpha, 5.4.0 Beta
    • Network: HTTP, WebKit
    • None
    • e80c93a02b6f7d09e38cffc9302ac8a94dc3ea4b

    Description

      Many testing frameworks are using Qt WebKit for headless javascript testing. In Ruby on Rails (and others), there is already support for PATCH and DELETE request methods. Is there a way to get it working?

      More information can be found at these links:
      https://github.com/thoughtbot/capybara-webkit/issues/553
      https://github.com/thoughtbot/capybara-webkit/issues/427
      https://github.com/ariya/phantomjs/issues/11384
      https://github.com/ariya/phantomjs/issues/10873

      RFC2068 for PATCH request method:
      http://tools.ietf.org/html/rfc2068#section-19.6.1.1
      RFC2068 for DELETE request method:
      http://tools.ietf.org/html/rfc2068#page-53

      Both requests are simply copying POST/PUT request functionality (they have body part too). So it'd be great to add support for them too.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              allan.jensen Allan Sandfeld Jensen
              borzik Felix Borzik
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes