pythongssapi / pythongssapi/httpx-gssapi
httpxyz/httpx2 support
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 14
- Forks
- 6
- Avg merge
- 7h 28m
- Merged PRs (30d)
- 3
Description
Could you please add support for the httpxyz? So far as I understood, httpx is no longer maintained :(
TBH, I don't know how to achieve that without a breaking change, e.g., via:
[options]
install_requires =
gssapi
[options.extras_require]
httpx = httpx>=0.16,<0.29
httpxyz = httpxyz>=0.31
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue only points to the package dependency configuration and optional extras; start by reviewing that configuration and the existing HTTP client integration. Clarify how httpxyz should coexist with the current dependency before changing it, and consider the work complete when the supported installation paths are defined without breaking existing httpx users.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100