Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/m_oak_request_parser/mod.ts

一个基于oak通用的请求参数解析
Latest
import * as mOakRequestParser from "https://deno.land/x/m_oak_request_parser@v1.0.1/mod.ts";

Variables

post 请求参数解析,包括urlencoded|json|text类型参数解析

get 请求参数解析