EngineVersion 1
http
The HTTP Matrix specifies HTTP service integration capabilities for actions.
URI: https://poliglot.io/kleo/spec/http#
Imports: act, ctx, exc, matrix, os, svc
Classes
- http:ClientErrorException: An HTTP 4xx client error occurred.
- http:Cookie: A cookie that can be included in HTTP requests.
- http:Header: A custom header that can be included in HTTP requests.
- http:HTTPException: An exception that occurred during HTTP communication.
- http:NetworkException: A network-level error occurred during HTTP communication.
- http:Request: A request that can be made to an HTTP service.
- http:Response: A response received from an HTTP request.
- http:SearchParameter: A search parameter used in HTTP requests to filter results.
- http:ServerErrorException: An HTTP 5xx server error occurred.
- http:TimeoutException: An HTTP request exceeded its timeout limit.