generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Extend builtin.HttpRequest
to have separate type parameters for body, path parameters, headers, and query?
#2230
Comments
Open
gak
added
next
Work that will be be picked up next
and removed
triage
Issue needs triaging
labels
Aug 1, 2024
stuartwdouglas
added a commit
that referenced
this issue
Aug 19, 2024
stuartwdouglas
added a commit
that referenced
this issue
Aug 19, 2024
stuartwdouglas
added a commit
that referenced
this issue
Aug 19, 2024
stuartwdouglas
added a commit
that referenced
this issue
Aug 19, 2024
stuartwdouglas
added a commit
that referenced
this issue
Aug 19, 2024
stuartwdouglas
added a commit
that referenced
this issue
Aug 19, 2024
stuartwdouglas
added a commit
that referenced
this issue
Aug 19, 2024
stuartwdouglas
added a commit
that referenced
this issue
Aug 19, 2024
stuartwdouglas
added a commit
that referenced
this issue
Aug 19, 2024
fixes: #2230 tmp: JVM HTTP tests
stuartwdouglas
added a commit
that referenced
this issue
Aug 19, 2024
fixes: #2230 tmp: JVM HTTP tests
stuartwdouglas
added a commit
that referenced
this issue
Aug 19, 2024
stuartwdouglas
added a commit
that referenced
this issue
Aug 19, 2024
safeer
pushed a commit
that referenced
this issue
Aug 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gives us strong typing, without having to merge values from different parts of the request payload into the "body" type as we are doing currently.
Old:
New:
Too many type parameters? 🤔
The text was updated successfully, but these errors were encountered: