github samchon/nestia v2.2.0

latest releases: v3.14.0, v3.13.0, v3.12.2...
11 months ago
export function TypedQuery(): ParameterDecorator;
export namespace TypedQuery {
    export function Body(): ParameterDecorator;
    export function Get(path?: string): MethodDecorator;
    export function Post(path?: string): MethodDecorator;
    export function Put(path?: string): MethodDecorator;
    export function Patch(path?: string): MethodDecorator;
    export function Delete(path?: string): MethodDecorator;
}

From now on, you can define type safe application/x-www-form-urlencoded format body through new decorators of TypedQuery.

What's Changed

Full Changelog: v2.1.8...v2.2.0

Don't miss a new nestia release

NewReleases is sending notifications on new releases.