Category "jersey-client"

Jersey HTTP client content-length header

I have a kotlin classthat tryies to upload a jar file to AWS codeartifact. val upload = client.target(to) .request() .header("X-Checksum-Sha1",

Jersey REST get returns java.lang.NoSuchMethodError

I'm trying to get a response from a working REST webservice. I have come up with the following looking at the documentation: void postRest() { Client clie