Skip to content

Schema and query/body parsing #33

@bredele

Description

@bredele

We could use the schema to conditionally parse the query/body content.

{
  post: {
    '/': {
      query: false,
      body: false
     }
  }
}

Also we could merge a default schema with the one provided.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions