Vercel | Python 云函数文档摘抄
Python
The Python Runtime is used by Vercel to compile Python Serverless Functions, that defines a singular HTTP handler variable, inheritting from the BaseHTTPRequestHandler class, from a .py file within an /api directory at your project's root.
Pyt...
hn.icodeq.com4 min read