Package com.github.ambry.rest
Class RestUtils.RequestCostHeaders
- java.lang.Object
-
- com.github.ambry.rest.RestUtils.RequestCostHeaders
-
- Enclosing class:
- RestUtils
public static final class RestUtils.RequestCostHeaders extends java.lang.Object
Headers with information about cost incurred in serving a request.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
REQUEST_COST
Response header indicating cost incurred by the request against capacity unit and storage quotas.
-
Constructor Summary
Constructors Constructor Description RequestCostHeaders()
-
-
-
Field Detail
-
REQUEST_COST
public static final java.lang.String REQUEST_COST
Response header indicating cost incurred by the request against capacity unit and storage quotas.- See Also:
- Constant Field Values
-
-