Falco.UnionRoutes Namespace
| Type/Module | Description |
|
Core types and functions for extracting values from HTTP requests. |
|
|
Marks a route field as coming from a form-encoded request body. |
|
|
HTTP method discriminated union for use in route handlers. |
|
|
Marks a route field as coming from a JSON request body. |
|
|
Configuration for OpenAPI spec generation. |
|
|
Marks a route field as a precondition that child routes can skip. |
|
|
Marks a route field as coming from a precondition extractor (auth, validation, etc.) rather than from route or query parameters. |
|
|
Marks a route field as coming from the query string instead of route parameters. |
|
|
Response type marker. Carries type info at compile time for API metadata; holds no runtime data. |
|
|
Type-safe routing with discriminated unions. |
|
|
Attribute to specify route metadata on union cases. |
|
|
ASP.NET Core parameterless route constraint kinds. |
|
|
HTTP methods for route attributes. |
|
|
Skip all |
|
|
Skip a specific |
|
|
Generates OpenAPI 3.0 JSON specifications from route union types. |
Falco.UnionRoutes