x/oak/deps.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
interface ParseOptions
import { type ParseOptions } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/deps.ts?s=ParseOptions";

Properties

optional
delimiter: string
[src]

Set the default delimiter for repeat parameters. (default: '/')

optional
prefixes: string
[src]

List of characters to automatically consider prefixes when parsing.