HTTP Guide
Overview
Section titled “Overview”go-zero’s HTTP framework (rest) provides a high-performance HTTP server with middleware support, request validation, JWT authentication, and more.
Sections
Section titled “Sections”- Server — Configure and extend the HTTP server
- Client — Make HTTP requests from your services
- Basic Service — Minimal HTTP server example
- JWT Authentication — Protect routes with JWT
- File Upload — Handle multipart file uploads