Skip to content

Differenctiate between encoded form and element form for url - #2980

Closed
elupus wants to merge 6 commits into
encode:masterfrom
elupus:safeness
Closed

Differenctiate between encoded form and element form for url#2980
elupus wants to merge 6 commits into
encode:masterfrom
elupus:safeness

Conversation

@elupus

@elupus elupus commented Dec 4, 2023

Copy link
Copy Markdown

Summary

  • Allow quote and is_safe to take sets as input to speed up calculations
  • Differenciate between reencoding raw url data, and piece wise constructed query parameters
  • Revert always encoding of forward slashes in query

Fixes #2883
Pertially reverts: #2721

Related #2723, #2929

Checklist

  • I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
* Allow quote and is_safe to take sets as input to speed up
* Differenciate between reencoding raw url data, and piece wise
  constructed query parameters
* Revert always encoding of forward slashes in query
@T-256

T-256 commented Dec 10, 2023

Copy link
Copy Markdown
Contributor

Hi @elupus
Is #2990 also solves your needs at here?

@lovelydinosaur

Copy link
Copy Markdown
Member

Superseeded by #2990

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants