Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/request/engines/helpers

Index

Functions

  • Converts the specified data to send via request engines. The function returns a tuple, where on the first position is converted data and its new content type on the second position.

    Parameters

    • data: unknown
    • Optional contentType: string

    Returns [NormalizedRequestBody?, string?]