psf / psf/requests

Support for HTTP Query Method

Open
#7,574 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
54.3k
Forks
10.4k
Avg merge
16h 43m
Merged PRs (30d)
3

Description

Hi,

I wanted to ask the if maintainers have plans to support the newly proposed QUERY http method in the near future, as it has been awaited for more than a decade. We plan to use the method in our APIs going forward, albeit most use will be internal. I see requests is matured and in feature freeze at this time, I also understand that we can send arbitrary methods by supplying the name in the "request" method, tho it has a caveat regarding redirections.

I started some work on a fork. However before opening a PR, I wanted to make sure if you are open to contributions in this direction, as I have seen multiple recent rejections on the subject. (I have to add, rightfully so)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the request method referenced in the issue and read RFC 10008, especially its redirection discussion. Confirm maintainer scope for QUERY support before changing anything; done would require agreed behavior for QUERY, including redirects, and a reviewed contribution.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.