statico 0.1.4

A High-performance HTTP webserver that serves static responses at the speed of light.
{
  "status": "success",
  "message": "This response was loaded from a file!",
  "server": "statico",
  "version": "1.0.0",
  "timestamp": "2024-01-01T00:00:00Z",
  "features": [
    "multi-threaded",
    "SO_REUSEPORT",
    "file-based responses",
    "custom headers"
  ],
  "endpoints": {
    "health": "/health",
    "metrics": "/metrics",
    "status": "/status"
  },
  "performance": {
    "threads": "configurable",
    "runtime": "tokio single-thread per worker",
    "io_backend": "standard sockets or io_uring"
  }
}