You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/node/nodes/gateway.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ nodes = {
56
56
57
57
The usage of this node is similar to [`api`](api.md) node-type.
58
58
The following [`curl`](https://curl.se/) commands are examples for calling gRPC methods via the HTTP API.
59
-
The input for a gRPC call can be either the body of http request or input data from another node (via a [path](../config/paths.md)).
59
+
The input for a gRPC call can be either the body of HTTP request or input data from another node (via a [path](../config/paths.md)).
60
60
If the http request body is empty, the input from other node will be used.
61
61
62
62
Since this node-type does not implement the gRPC server, it needs to be added manually. A description is available [here](https://www.acs.eonerc.rwth-aachen.de/global/show_document.asp?id=aaaaaaaadidaesd).
0 commit comments