Applications
Applications covers normal product code inside a GoForj App.
Use these pages when you are adding HTTP routes, controllers, services, commands, middleware, responses, and API documentation to a generated App.
Recommended Path
- HTTP Services explains the HTTP runtime and application-owned route surface.
- Routes shows how route registration stays explicit.
- Controllers shows the HTTP boundary around services.
- Application Services explains where product behavior belongs.
- HTTP Clients covers outbound HTTP dependencies.
- Commands covers App-owned CLI entry points.
All Application Pages
- HTTP Services
- Routes
- Controllers
- Middleware
- Requests and Validation
- Responses and Errors
- Application Services
- HTTP Clients
- Commands
- API Index
- OpenAPI
Related Sections
- Core Concepts explains the generated App and runtime boundaries these pages build on.
- Libraries contains standalone package details for lower-level primitives.
