nisrulz/OptimusHTTP

Send only json in post request

開放

#7 建立於 2016年9月28日

 (3 則留言) (0 個反應) (0 位負責人)Java (9 個分叉)github user discovery
Hacktoberfestenhancement

倉庫指標

星標
 (37 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南