Texonom
Texonom
/
Engineering
Engineering
/Service Engineering/Service Management/Service Management Step/Service Deployment/Serve Platform/Vercel/
Vercel Edge Function
Search

Vercel Edge Function

Creator
Creator
Seonglae Cho
Created
Created
2021 Oct 28 4:47
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Nov 21 14:42
Refs
Refs
Vercel Edge Network

CloudFlare Workers
under the hood

personalize and experiment without sacrificing speed or performance

Vercel Edge Function Usages
@vercel/edge
 
 
 
 
 

Body

Reading the body of a request in Vercel’s Edge middleware
edit: turns out the incoming request body was actually encoded form-data which is why I had so much trouble! 😂 I’ll leave this post up…
Reading the body of a request in Vercel’s Edge middleware
https://medium.com/@jackoddy/reading-the-body-of-a-request-in-vercels-edge-middleware-b4dbe446eabb
Reading the body of a request in Vercel’s Edge middleware
Edge Functions - Vercel
Vercel Edge Functions are the benefits of static with the power of dynamic.
https://vercel.com/features/edge-functions#examples
Edge Functions - Vercel
Edge Functions
Traditionally there are two ways to serve content, statically from a Content Delivery Network (CDN) close to the user for fast response times, or dynamically, with personalization configured at the server level on each request. When deciding on how you want to deliver content to your applications visitors, you have to take into consideration the trade-offs that each of these two options offer.
Edge Functions
https://vercel.com/docs/concepts/functions/edge-functions
Edge Functions
 
 

Table of Contents
under the hoodpersonalize and experiment without sacrificing speed or performanceBody

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Service Engineering/Service Management/Service Management Step/Service Deployment/Serve Platform/Vercel/
Vercel Edge Function
Copyright Seonglae Cho