Record Class HttpRequestRecord
java.lang.Object
java.lang.Record
com.shaft.capture.model.network.HttpRequestRecord
- Record Components:
method- HTTP method, normalized to upper caseurl- sanitized request URLheaders- sanitized, deterministically ordered request headersbody- optional safe reference to the request body
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbody()Returns the value of thebodyrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.headers()Returns the value of theheadersrecord component.method()Returns the value of themethodrecord component.final StringtoString()Returns a string representation of this record class.url()Returns the value of theurlrecord component.
-
Constructor Details
-
HttpRequestRecord
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
method
-
url
-
headers
-
body
-