com.foxinmy.weixin4j.http.HttpMessage Maven / Gradle / Ivy
package com.foxinmy.weixin4j.http;
/**
* HTTP messages consist of requests from client to server and responses from
* server to client.
*
* @className HttpMessage
* @author jinyu([email protected])
* @date 2015年5月29日
* @since JDK 1.6
* @see
*/
public interface HttpMessage {
/**
* HTTP报头
*
* @return
*/
HttpHeaders getHeaders();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy