nisrulz/OptimusHTTP

Send only json in post request

Ouverte

#7 ouverte le 28 sept. 2016

 (3 commentaires) (0 réaction) (0 personne assignée)Java (9 forks)github user discovery
Hacktoberfestenhancement

Métriques du dépôt

Stars
 (37 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

How can I send only json in post request?

I'm using ArrayMap<String, String> params = new ArrayMap<String, String>(); String jsonParam = gson.toJson(param); params.put("", jsonParam); But the request is send with = symbol Example: ={test:"test"}

I already put the OptimusHttp.CONTENT_TYPE_JSON, but the "=" still appear

Guide contributeur