Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RequestPredicate

Request predicate

Hierarchy

  • RequestPredicate

Index

Properties

Static Readonly BODY_REQUIRED

BODY_REQUIRED: RequestPredicate

Request predicate that checks if body exists or not

Methods

Static multipartFileUploadExists

  • multipartFileUploadExists(propertyName: string, contentTypePattern: string): RequestPredicate
  • Generate request predicate that checks if a particular multipart file upload with propertyName and matching contentTypePattern exists

    Parameters

    • propertyName: string
    • contentTypePattern: string

    Returns RequestPredicate

Generated using TypeDoc