Authors: Artur Ciocanu, Jaemi Bremner EdgeWorker Script Akamai
EdgeWorker environment is based on v8 engine, so we can use most of the
modern JavaScript constructs like async/await, Promise, etc. However
there are some limitations, all these are covered here. When starting to
develop using Akamai EdgeWorkers it is important to decide which event
handler we want to implement. More details around event handlers can be
found here. For the sample code, I have decided to use responseProvider,
since I...