Package org.fcrepo.http.api
Class FedoraHttpConfiguration
- java.lang.Object
-
- org.fcrepo.http.api.FedoraHttpConfiguration
-
@Component public class FedoraHttpConfiguration extends Object
- Since:
- 10/17/14
- Author:
- cabeer
-
-
Constructor Summary
Constructors Constructor Description FedoraHttpConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
putRequiresIfMatch()
Should PUT requests require an If-Match header?
-
-
-
Constructor Detail
-
FedoraHttpConfiguration
public FedoraHttpConfiguration()
-
-
Method Detail
-
putRequiresIfMatch
public boolean putRequiresIfMatch()
Should PUT requests require an If-Match header?- Returns:
- put request if match
-
-