Represents an OpenAPI runtime expression following the syntax: ($url / $method / $statusCode / $request. / $response.) Where source can reference headers, query params, path params, or body values.
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
GroophyLifefor/yelixYelix is a powerful web server library built specifically for Deno, leveraging the Hono framework in the background. Including built-in data validation, OpenAPI 3.1 support, and auto-generated backend documentation.
Add Package
deno add jsr:@murat/yelix
Import symbol
import { type RuntimeExpression } from "@murat/yelix";
Import directly with a jsr specifier
import { type RuntimeExpression } from "jsr:@murat/yelix";