You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is the request which use bytes as it's requestBody .
I handle it with OkHttp :
RequestBody.create(MediaType.parse(type), bytes);
But I don't known how to do it with Jsoup
Can't transmission byte array as requestBody
there is the request which use bytes as it's requestBody .
I handle it with OkHttp :
RequestBody.create(MediaType.parse(type), bytes);
But I don't known how to do it with Jsoup