Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHttpAdapter

Facilitates HTTP POST requests

Hierarchy

  • IHttpAdapter

Index

Methods

Methods

post

  • Send POST request with supplied JSON body to supplied url returing JSON encoded resoponse.

    Parameters

    • url: string

      The url to send HTTP request to.

    • body: string

      The JSON serialized body.

    Returns Observable<IHttpResponse>

    The JSON serialized body.

Generated using TypeDoc