Package com.jsql.model.bean.util
Class HttpHeader
java.lang.Object
com.jsql.model.bean.util.HttpHeader
An HTTP object containing request and response data.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HttpHeader
public HttpHeader(String url, String post, Map<String, String> header, Map<String, String> response, String source) Create object containing HTTP data to display in Network panel.- Parameters:
url
- URL calledpost
- POST text sent with urlheader
- HEADER text sent with urlresponse
- RESPONSE header sent by url
-
-
Method Details