Skip to main content
Module

x/oak/deps.ts>ParseOptions

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
interface ParseOptions
import { type ParseOptions } from "https://deno.land/x/oak@v10.6.0/deps.ts";

Properties

optional
delimiter: string

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

optional
prefixes: string

List of characters to automatically consider prefixes when parsing.