Skip to content

Add RFC 10008: The HTTP QUERY Method #153309

Description

@mbeijen

Feature or enhancement

Proposal:

RFC 10008: The HTTP QUERY Method is now a finalized RFC on the Standards track, and the method name has been added to the IANA registry

So let's add it to python httplib too!

from http import HTTPMethod

HTTPMethod.QUERY
<HTTPMethod.QUERY>
HTTPMethod.QUERY == 'QUERY'
True
HTTPMethod.QUERY.description
''Query the target with the request payload.'

Has this already been discussed elsewhere?

This is a minor feature, which does not need previous discussion elsewhere

Links to previous discussion of this feature:

No response

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions