[][src]Module pbd::dtc::middleware

Middleware for ensuring a Data Tracker Chain is present and valid

Modules

actix

The DTC Middleware is a simple way to ensure that web services that require a Data Tracker Chain is provided in the Request as a http header.

Constants

VALIDATION_DEFAULT

Default validation level is VALIDATION_LOW

VALIDATION_HIGH

Check to see if the Data-Tracker-Chain header is set and that the chain is valid..

VALIDATION_LOW

Check to see if the Data-Tracker-Chain header is set, but doesn't check if the chain is valid.

VALIDATION_NONE

Turns off validation so that only the the Data-Tracker-Chain header doesn't need to be set