public class FormUrlEncodedBody extends BytesBody
FormUrlEncodedBody(Map<String,Object> form, Charset charset)
static FormUrlEncodedBody
create(Map<String,Object> form, Charset charset)
create, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
writeClose
public FormUrlEncodedBody(Map<String,Object> form, Charset charset)
form
charset
public static FormUrlEncodedBody create(Map<String,Object> form, Charset charset)
Copyright © 2022. All rights reserved.