Skip to content

Instantly share code, notes, and snippets.

@anteburazer
Created May 12, 2017 08:05
Show Gist options
  • Save anteburazer/a21e5ea7f72b4497b7f6e22238b192f3 to your computer and use it in GitHub Desktop.
Save anteburazer/a21e5ea7f72b4497b7f6e22238b192f3 to your computer and use it in GitHub Desktop.
const formDataMediaType = {
'Accept': 'application/json, text/plain, */*',
'content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'
};
@POST("/products")
@Produces(MediaType.FORM_DATA)
@Headers(formDataMediaType)
@Adapter(CustomService.customAdapter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment