-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π FEATURE: add queries function (#2475)
* π FEATURE: add queries method * π DOCS: add documents for queries method. * π©Ή Fix: fix wrap error returned from Queries function * π¨ tests: add url encoded tests * π₯ feature: add url encoded support for queries * π©Ή Fix: fix wrap error returned from Queries function * β»οΈ Refactor: change error message of url.QueryUnescape * β»οΈ Refactor: refactor of mapping key and value queries * π¨ Test: Validate to fail parse queries * π¨ Test: Add benchmark test for Queries * π©Ή Fix: remove parsing for encoded urls * β»οΈ Refactor: change string function to c.app.getString fucntion Co-authored-by: cmd777 <[email protected]> * β»οΈ Refactor: change name of benchamark function ctx queries Co-authored-by: leonklingele <[email protected]> * β»οΈ Refactor: remove empty lines Co-authored-by: leonklingele <[email protected]> * Revert "β»οΈ Refactor: change string function to c.app.getString fucntion" This reverts commit 28febf9. * π Docs: add documents for queries method * π¨ Tests: add more tests for queries function * β»οΈ Refactor: change string function to c.app.getString function * π¨ Tests: add more test for queries function * π Docs: add more documents to queries function --------- Co-authored-by: cmd777 <[email protected]> Co-authored-by: leonklingele <[email protected]>
- Loading branch information
1 parent
f5d2abb
commit d87065f
Showing
3 changed files
with
165 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters