Developer-Guide/basics/requests.md

409 B

Requests

Requests can be either incoming requests such as http requests on the server side or outgoing requests such as ajax requests on the client side. At the same time it's also possible to generate outgoing requests on the server side for microservices as well as REST requests to third party APIs.

Http Requests

Rest Requests

Socket Requests

Websocket Requests

JavaScript Requests