-
Notifications
You must be signed in to change notification settings - Fork 50
[Runtime] Integrate the new URI and String coders #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
956d966
[Prototype] URIEncoder
czechboy0 bb9ba79
Merge branch 'main' into hd-uri-encoder
czechboy0 dbbe261
Refactored the URIEncoder a bunch, only support top level values for …
czechboy0 2c99128
Encoder, serializer, parser work, what remains is the decoder
czechboy0 2f710ab
Renaming, prepared the ground for implementing the decoder
czechboy0 569c576
WIP on the Decoder
czechboy0 e6d4b2f
Decoder working as well now
czechboy0 1befb30
Allow caching the parsed result
czechboy0 fcc413b
Update tests
czechboy0 ed6e073
Added rountrip tests
czechboy0 ae171d5
Improve tests, fix a few bugs around empty containers
czechboy0 e36c893
Formatting
czechboy0 e6526b0
WIP on integrating the experimental URI coder
czechboy0 3b36c16
Merge branch 'main' into hd-uri-encoder
czechboy0 c54983a
Merge branch 'hd-uri-encoder' into hd-uri-encoder-integration
czechboy0 a24c805
PR feedback
czechboy0 a5f7c83
Merge branch 'hd-uri-encoder' into hd-uri-encoder-integration
czechboy0 697a62b
Add a StringEncoder and StringDecoder, to handle the remaining respon…
czechboy0 1d84e81
Prepare new URI-based converter variants for headers
czechboy0 a153358
WIP
czechboy0 d821442
Add Date support
czechboy0 e73ef79
Merge branch 'hd-uri-encoder' into hd-uri-encoder-integration
czechboy0 9315d9b
Add Date support to String coder, fix up query items
czechboy0 e24cb86
Path param support
czechboy0 fec080e
Query params
czechboy0 5fc468c
Request bodies working
czechboy0 bbeb04e
More cleanup
czechboy0 efb7fc0
WIP on documenting the URI coder
czechboy0 1eec75f
Finished documenting the URI coder
czechboy0 e3d25c2
Merge branch 'hd-uri-encoder' into hd-uri-encoder-integration
czechboy0 96fa202
Introduce StringEncoder and StringDecoder types
czechboy0 db84422
Fixed missing escaping of formatted dates
czechboy0 9fafceb
Brought in changes from the standalone PR
czechboy0 3f0be17
Merge branch 'hd-string-coder' into hd-uri-and-string-coders
czechboy0 5c6b385
Merge branch 'hd-uri-and-string-coders' into hd-uri-encoder-integration
czechboy0 e94d59c
Updated unit tests
czechboy0 983cb71
Merge branch 'main' into hd-uri-encoder-integration
czechboy0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.