Commit b39674e
committed
Remove unused URL encoding functionality and update dependencies
- Removed "urlencoding" from .cspell.json as it is no longer needed.
- Added new dependencies in Cargo.lock including "displaydoc", "form_urlencoded", and "url".
- Updated the Cargo.toml to include the "url" dependency.
- Refactored ipc_http_server.rs to utilize the "url" crate for query parameter parsing instead of the removed "urlencoding" module.
- Cleaned up the RequestContext structure to include path parameters.
- Removed the test for URL decoding security from lib.rs as it is no longer applicable.1 parent a987470 commit b39674e
File tree
5 files changed
+449
-258
lines changed- src
5 files changed
+449
-258
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments