1 repositorio
Logic for filtering and validating incoming request parameters before they are passed to the application handler.
Distinct from Route Parameter Validation: Distinct from route validation: focuses on filtering the actual parameter values rather than just matching the route pattern.
Explore 1 awesome GitHub repository matching web development · Request Parameter Filtering. Refine with filters or upvote what's useful.
Kore is an event-driven web and WebSocket server framework designed for building high-performance web services and APIs in C or Python. It functions as a secure, concurrent application framework that utilizes non-blocking I/O and isolated worker processes to handle high-concurrency traffic. The project is distinguished by a security-first architecture that features OS-level process sandboxing, privilege separation, and the isolation of private encryption keys into dedicated processes. It enables zero-downtime deployments through dynamic module hot-reloading and provides automated TLS certific
Filters incoming request parameters using built-in logic to ensure data integrity before reaching application handlers.