|
Csilk 0.2.1
A lightweight, high-performance C HTTP web framework
|

Files | |
| auth.c | |
| Token-based authentication middleware implementation. | |
| cors.c | |
| CORS middleware implementation. | |
| csrf.c | |
| Stateless CSRF protection middleware implementation. | |
| gzip.c | |
| Gzip response compression middleware implementation. | |
| jwt.c | |
| JWT (JSON Web Token) generation and verification middleware. | |
| logger.c | |
| Request logging middleware — text and JSON structured formats. | |
| metrics.c | |
| Advanced Prometheus metrics middleware with dimensional labels and histograms. | |
| multipart.c | |
| Multipart/form-data request body parsing implementation. | |
| ratelimit.c | |
| Simple IP-based rate limiting middleware implementation. | |
| request_id.c | |
| Request ID middleware implementation. | |
| session.c | |
| Cookie-based session management middleware with thread-safe protection. | |
| sse.c | |
| Server-Sent Events (SSE) implementation. | |
| static.c | |
| Static file serving middleware implementation. | |
| validate.c | |
| Request parameter validation middleware (required, type checking, email). | |