# hal

Enriches consultation events with HAL (opens new window) data from their API (opens new window)

The HAL middleware uses the hal-identifier found in the access events to request metadata using the node-hal (opens new window)

# Headers

  • HAL-Enrich : Set to true to enable HAL enrichment. Disabled by default.
  • HAL-TTL : Lifetime of cached documents, in seconds. Defaults to 7 days (3600 * 24 * 7).
  • HAL-Throttle : Minimum time to wait between queries, in milliseconds. Defaults to 500.

# Examples

curl -v -X POST http://localhost:59599
  -H "ezPAARSE-Middlewares: hal"
  -F "files[]=@access.log"
Last Updated: 7/15/2020, 1:38:58 PM