-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoon.mod
More file actions
31 lines (24 loc) · 1.03 KB
/
Copy pathmoon.mod
File metadata and controls
31 lines (24 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name = "moonbitstack/moonapi"
version = "0.11.0"
readme = "README.md"
repository = "https://github.com/moonbitstack/moonapi"
license = "Apache-2.0"
keywords = [
"fastapi",
"web",
"framework",
"openapi",
"swagger",
"asgi",
"moonbit",
]
description = "moonapi — a typed web framework for MoonBit (\u2190 FastAPI): routing, typed extractors, descriptor-driven validation, multi-version OpenAPI/Swagger (2.0 / 3.0 / 3.1) with security schemes, dependency injection, OAuth2 password-bearer with scopes, per-operation security enforcement, multipart and urlencoded form extractors, response_model filtering, background tasks, sub-application mounting, a CORS/gzip/exception-handler middleware stack with per-status handlers, Server-Sent Events, and WebSocket routes, on the moonasgi SEAM."
import {
"moonbitstack/moonasgi@0.10.0",
"moonbitstack/moonbase@0.4.0",
"moonbitstack/moonjson@0.3.0",
"moonbitstack/mooncrypt@0.2.2",
"moonbitstack/mooncred@0.5.0",
"moonbitstack/moonhttp@0.3.0",
"moonbitstack/moonzip@0.3.0",
}