1.0.1 • Published 6 months ago

ableron v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

Ableron JavaScript Library

Build Status npm version Node.js Version

JavaScript Library for Ableron Server Side UI Composition.

Installation

npm install ableron

Configuration Options

  • enabled: Whether UI composition is enabled. Defaults to true
  • fragmentRequestTimeout: Timeout for requesting fragments. Defaults to 3 seconds
  • fragmentRequestHeadersToPass: Request headers that are passed to fragment requests if present. Defaults to:
    • Accept-Language
    • Correlation-ID
    • Forwarded
    • Referer
    • User-Agent
    • X-Correlation-ID
    • X-Forwarded-For
    • X-Forwarded-Proto
    • X-Forwarded-Host
    • X-Real-IP
    • X-Request-ID
  • primaryFragmentResponseHeadersToPass: Response headers of primary fragments to pass to the page response if present. Defaults to:
    • Content-Language
    • Location
    • Refresh
  • statsAppendToContent: Whether to append UI composition stats as HTML comment to the content. Defaults to false
1.0.1

6 months ago

1.0.0

6 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

8 months ago