Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InnerBatchRequest

Package version

Batch request builder

Hierarchy

  • InnerBatchRequest

Index

Properties

body

body: string[]

Batch request body

Methods

appendSubRequestToBody

  • appendSubRequestToBody(request: WebResourceLike): void
  • Adds an operation to add to the batch body

    Parameters

    • request: WebResourceLike

      the operation to add

    Returns void

createPipeline

  • createPipeline(): RequestPolicyFactory[]
  • Creates a pipeline to intercept sub-requests and build the request body

    Returns RequestPolicyFactory[]

getHttpRequestBody

  • getHttpRequestBody(): string

Generated using TypeDoc