Package io.milton.httpclient
Class IfMatchCheck
java.lang.Object
io.milton.httpclient.IfMatchCheck
Just a wrapper for an etag. If this is present, but the etag is null it means
to do a if-none-match: * (ie ensure there is no resource)
If etag is present it will be if-match: (etag), ie ensure the resource is the same
If you pass a null instead of this, then it means do no match checks
- Author:
- brad
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IfMatchCheck
-
-
Method Details
-
getEtag
-