Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

api net.http

BorisNen edited this page Jun 10, 2021 · 9 revisions

$.net.http API

Represents the http namespace with its fields.

Reference

  • SAP Help

https://help.sap.com/doc/3de842783af24336b6305a3c0223a369/2.0.03/en-US/$.net.http.html

  • Module

https://github.com/SAP/xsk/tree/main/modules/api/api-xsjs/src/main/resources/xsk/http

  • Sample usage:
let http = $.net.http;
  • Coverage
Classes Description Status
Destination Contains metadata, for example, host name, port number and custom values. ⚠️
Client HTTP(s) Client for outbound connectivity. This client supports HTTP and HTTPs connections over HTTP or SOCKS proxy. ⚠️
Request Request class to be used with HTTP client. ⚠️
Methods Description Status
readDestination(package, objectName) Returns the HTTP destination with the given name as a Destination object. ⚠️
  • Issues

https://github.com/SAP/xsk/issues/20

  • Unit Tests ❌

  • Integration Tests ❌

Wiki icons legend

✅ - Feature implemented and working as supposed.
⚠️ - Feature partially implemented and needs to be finished.
❌ - Feature not implemented yet.

Project

Architecture

Tips & Tricks

Infrastructure

Troubleshooting guide

Clone this wiki locally