This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
api net.http
BorisNen edited this page Jun 10, 2021
·
9 revisions
Represents the http namespace with its fields.
- 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
-
Unit Tests ❌
-
Integration Tests ❌
✅ - Feature implemented and working as supposed.
❌ - Feature not implemented yet.