mini-static 0.14.7

A secure, async static file server with streaming, traversal protection, and connection limits.
Documentation
/* Components */
button {
  padding: 0.5em 1em;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
}

button:hover {
  background: #0056b3;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}

.alert {
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 4px;
  border-left: 4px solid #007bff;
  background: #e7f3ff;
}