All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.foxinmy.weixin4j.http.apache.HttpMultipartMode Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
package com.foxinmy.weixin4j.http.apache;

public enum HttpMultipartMode {

	/** RFC 822, RFC 2045, RFC 2046 compliant */
	STRICT,
	/**
	 * browser-compatible mode, i.e. only write Content-Disposition; use content
	 * charset
	 */
	BROWSER_COMPATIBLE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy