$.web
$.web represents the web api namespace which is related to the $.request and $.response APIs.
Overview
- Definition: https://github.com/SAP/xsk/issues/22
- Module: web/web.js
- Status:
alpha
Classes
| Classes | Description |
|---|---|
| Body | Class for representing the body of an HTTP request entity. |
| EntityList | Class representing a list of request or response entities. |
| TupelList | Class representing a list of name-value pairs. |
| WebEntityRequest | Class representing an HTTP request entity. |
| WebEntityResponse | Class representing an HTTP response entity. |
| WebRequest | Class representing the client HTTP request currently being processed. |
| WebResponse | Class representing the HTTP response currently being populated. |