eclipse-ee4j / eclipse-ee4j/jersey
does jersey 2.x Client API support DELETE with a body ?
Open
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
I'am working on a project using Client API,the webservice API provided by other company use a DELETE request with body.
what can I do with it?
by this?: method("DELETE",Entity.entity(json.toString(),MediaType.APPLICATION_JSON_TYPE));
Contributor guide
Assessment
This issue has not been assessed yet.