Options
All
  • Public
  • Public/Protected
  • All
Menu

interface for request content

Hierarchy

  • IHttpRequestContent

Implemented by

Index

Properties

Methods

Properties

headers

the headers of the content

Methods

executeAsync

  • executeAsync<TResult>(contentWriter: function): Promise<TResult>
  • Executes the the content and writes the result to the contentWriter

    Type parameters

    • TResult

    Parameters

    • contentWriter: function
        • (data?: any): Promisable<TResult>
        • Parameters

          • Optional data: any

          Returns Promisable<TResult>

    Returns Promise<TResult>

Generated using TypeDoc