-
Notifications
You must be signed in to change notification settings - Fork 196
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
[Server] Reimplement httpLabel trait deserializer without regexes #938
Labels
Comments
crisidev
added
enhancement
New feature or request
ergonomics
server
Rust server SDK
labels
Dec 7, 2021
82marbag
added a commit
to 82marbag/smithy-rs
that referenced
this issue
Dec 20, 2021
Move to `nom` to implement httpLabel instead of using regexes. Issue: smithy-lang#938 Signed-off-by: Daniele Ahmed <ahmeddan@amazon.com>
82marbag
added a commit
to 82marbag/smithy-rs
that referenced
this issue
Dec 20, 2021
Move to `nom` to implement httpLabel instead of using regexes. Issue: smithy-lang#938 Signed-off-by: Daniele Ahmed <ahmeddan@amazon.com>
2 tasks
82marbag
added a commit
to 82marbag/smithy-rs
that referenced
this issue
Dec 20, 2021
Move to `nom` to implement httpLabel instead of using regexes. Issue: smithy-lang#938 Signed-off-by: Daniele Ahmed <ahmeddan@amazon.com>
82marbag
added a commit
to 82marbag/smithy-rs
that referenced
this issue
Dec 23, 2021
Move to `nom` to implement httpLabel instead of using regexes. Issue: smithy-lang#938 Signed-off-by: Daniele Ahmed <ahmeddan@amazon.com>
82marbag
added a commit
to 82marbag/smithy-rs
that referenced
this issue
Jan 3, 2022
Move to `nom` to implement httpLabel instead of using regexes. Issue: smithy-lang#938 Signed-off-by: Daniele Ahmed <ahmeddan@amazon.com>
82marbag
added a commit
to 82marbag/smithy-rs
that referenced
this issue
Jan 4, 2022
Move to `nom` to implement httpLabel instead of using regexes. Issue: smithy-lang#938 Signed-off-by: Daniele Ahmed <ahmeddan@amazon.com>
82marbag
added a commit
to 82marbag/smithy-rs
that referenced
this issue
Jan 4, 2022
Move to `nom` to implement httpLabel instead of using regexes. Issue: smithy-lang#938 Signed-off-by: Daniele Ahmed <ahmeddan@amazon.com>
82marbag
added a commit
to 82marbag/smithy-rs
that referenced
this issue
Jan 5, 2022
Move to `nom` to implement httpLabel instead of using regexes. Issue: smithy-lang#938 Signed-off-by: Daniele Ahmed <ahmeddan@amazon.com>
david-perez
added a commit
that referenced
this issue
Jan 5, 2022
Move to `nom` to implement httpLabel instead of using regexes. Issue: #938 Signed-off-by: Daniele Ahmed <ahmeddan@amazon.com> Co-authored-by: david-perez <d@vidp.dev>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we use regexes to deserialize httpLabel traits: https://github.com/awslabs/smithy-rs/blob/6e423810ab8ed6db32a306df5f2189a7d72f668c/codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/protocols/ServerHttpProtocolGenerator.kt#L572
We should use the same parsing mechanism we will use for #937.
The text was updated successfully, but these errors were encountered: