Welcome to Edgio Functions!

Explore Edgio's functionalities:

Simple Edge Function

A basic "Hello World" example.

View Example
curl -i https://edgio-community-examples-v7-edge-functions-live.edgio.link/example/hello-world

Header Manipulation

Manipulate headers in your response.

View Example
curl -i https://edgio-community-examples-v7-edge-functions-live.edgio.link/example/change-headers.json

JSON Response Generation

Generate dynamic JSON responses.

View Example
curl -i https://edgio-community-examples-v7-edge-functions-live.edgio.link/example/generate.json

Content Stitching

Combine content with HTML injections.

View Example
curl -i https://edgio-community-examples-v7-edge-functions-live.edgio.link/example/content-stitching

Redirect Examples

Simulate redirect scenarios.

Database Examples

Explore database interactions using different databases.

Caching

Examples demonstrating caching for different request types. Observe unique caching for GET and POST w/ body requests.

Request Signing

Request signing and verification using crypto-js. Generated URLs are valid for 60 seconds.

Generate Signed URL

Edge Functions Documentation | View the demo code on GitHub

Note: Edge Functions requires activation on your account. Learn more.