Mar 24, 2021 — Event handler support for sub-requests
over 3 years ago by skotyck@akamai.com
- All event handlers now support HTTP sub-requests.
- A
getHeaders()
method is now available for the Request Object in theresponseProvider
event handler. AgetHeaders()
method is also available for the httpResponse Object. - We added an FAQ section to answer commonly asked questions about EdgeWorkers.
- We added Best practices for performance to help you maximize the performance of your custom JavaScript code.
- You can now deactivate an EdgeWorker version. The deactivation history of an EdgeWorker version is also available.
- When activating an EdgeKV-enabled EdgeWorkers code bundle the EdgeKV files are now validated. We’ve added error messages that describe which files or tokens are missing, invalid, or expired.