eclipse-ee4j / eclipse-ee4j/jersey

does jersey 2.x Client API support DELETE with a body ?

Open
#3,798 5 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.