Skip to content

API

FreCat

ts
const app = new FireCat({
  bodyParserConfig?: BodyParserOptions, // 传入的 BodyParserOptions
  koaConfig?: FireCatKoaFace, // 传入的 KoaJsOptions
})

详细介绍

参数名类型说明
bodyParserConfigBodyParserOptions传入的 BodyParserOptions
koaConfigFireCatKoaFace传入的 KoaJsOptions

Released under the MIT License.