Back to project page qiniu-android.
The source code is released under:
MIT License
If you think the Android project qiniu-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.qiniu.android.http; //from w ww . j a va 2s.c o m import java.io.File; import java.util.Map; public final class PostArgs { public byte[] data; public File file; public Map<String, String> params; public String fileName; public String mimeType; }