Core Framework

Core Velocity features including routing, handlers, middleware, authentication, validation, caching, and logging.

Core Velocity framework features including routing, handlers, authentication, and middleware.

In This Section

  • Async - Concurrent programming with goroutines and channels
  • Authentication - Secure your application with built-in auth systems
  • Cache - Multi-driver caching for improved performance
  • Config - Environment-based configuration management
  • Handlers - Organize request handling logic with handler patterns
  • Crypto - Encryption, decryption, and hashing utilities
  • CSRF Protection - Cross-site request forgery protection middleware
  • HTTP Router - Low-level HTTP routing with context and middleware
  • Logging - Structured logging with multiple drivers
  • Middleware - Add cross-cutting concerns to your request pipeline
  • Routing - Define HTTP routes and handle URL parameters
  • String Utilities - Fluent string manipulation helpers
  • Validation - Request validation with built-in rules