com.github.datalking.web.http.HttpMessage Maven / Gradle / Ivy
package com.github.datalking.web.http;
/**
* @author yaoo on 4/26/18
*/
public interface HttpMessage {
HttpHeaders getHeaders();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy