Skip to content
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

Add HttpRequest::DELETE(URI) method #8483

Closed
sdelamo opened this issue Dec 14, 2022 · 0 comments · Fixed by #8486
Closed

Add HttpRequest::DELETE(URI) method #8483

sdelamo opened this issue Dec 14, 2022 · 0 comments · Fixed by #8486
Assignees
Labels
type: improvement A minor improvement to an existing feature
Milestone

Comments

@sdelamo
Copy link
Collaborator

sdelamo commented Dec 14, 2022

HttpRequest has static <T> MutableHttpRequest<T> DELETE(String uri).

It would be great to have static <T> MutableHttpRequest<T> DELETE(URI uri) as well.

We have methods taking a URI for other HTTP verbs. e.g. https://github.com/micronaut-projects/micronaut-core/blob/4.0.x/http/src/main/java/io/micronaut/http/HttpRequest.java#L209

@sdelamo sdelamo added the type: improvement A minor improvement to an existing feature label Dec 14, 2022
@sdelamo sdelamo added this to the 3.8.0 milestone Dec 14, 2022
wetted added a commit that referenced this issue Dec 14, 2022
sdelamo pushed a commit that referenced this issue Dec 16, 2022
@wetted wetted linked a pull request Dec 19, 2022 that will close this issue
@wetted wetted closed this as completed Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants