Variable EDGIO_MAX_USER_HEADERS_ALLOWEDConst

EDGIO_MAX_USER_HEADERS_ALLOWED: 70 = 70

Maximum number of user headers allowed by Edgio platform.

We limit the request and response headers allowed to 70. This is due to a limitation that edge has which at the moment supports up to 96 headers. Edge provider itself needs to use some of those headers with the remainder used by our edge code.

NOTE: This constant must be equal ot the constant of the same name defined in Edgio buffer proxy. NOTE: If this constant is updated then the constant of the same name has to be updated in @edgio/build-lambda module.

Generated using TypeDoc