Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAPIService

A service definition is no more than a mapping between a service handler and a HTTP method ('get', 'post', ...).

If method is not set if defaults to 'all' meaning the handler will support all HTTP request methods.

Hierarchy

  • IAPIService

Index

Properties

Properties

api

The service handler definition: API or Web handler.

Optional method

method: string

The HTTP request method to be mapped.