HTTP Server
HTTP Server component is used to accept HTTP requests from clients and to give HTTP responses to them.
Last updated
HTTP Server component is used to accept HTTP requests from clients and to give HTTP responses to them.
Last updated
In this section you can enter name and description of the component and port for HTTP server.
Enable/Disable port allows you to read data only when you need it. The port value must be boolean (True or False for enable and disable respectively). By adding input ports you can request data from Dataguess using GET HTTP method. Also, you can use Import/Export feature for lightweight way to add input ports.
This part allows you to enter the route for data and write it to Dataguess using POST HTTP method. You can write multiple data by adding ports and entering name and route for each port. Also, you can use Import/Export feature for lightweight way to add output ports.