Package de.sstoehr.harreader.model
Class HarHeader
java.lang.Object
de.sstoehr.harreader.model.HarHeader
public class HarHeader extends Object
Information about a header used in request and/or response.
- See Also:
- specification
-
Constructor Summary
Constructors Constructor Description HarHeader() -
Method Summary
-
Constructor Details
-
HarHeader
public HarHeader()
-
-
Method Details
-
getName
- Returns:
- Header name, null if not present.
-
setName
-
getValue
- Returns:
- Header value, null if not present.
-
setValue
-
getComment
- Returns:
- Comment provided by the user or application, null if not present.
-
setComment
-
equals
-
hashCode
public int hashCode()
-