postHttp
postHttp(
url
,data
?,config
?):Promise
<HttpResponse
>
Make a POST call to a remote HTTP[S] endpoint
Parameters
• url: string
• data?: Object
• config?: HttpConfig
Returns
Promise
<HttpResponse
>
Generated using typedoc-plugin-markdown and TypeDoc