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
Verbs annotated with `ftl:ingress` will be exposed via HTTP (`http` is the default ingress type). These endpoints will then be available on one of our default `ingress` ports (local development defaults to `http://localhost:8891`).
10
-
11
-
The following will be available at `http://localhost:8891/http/users/123/posts?postId=456`.
9
+
HTTP ingress is different depending on the language you are using. The following sections describe how to define HTTP ingress in each language.
12
10
13
11
import Tabs from '@theme/Tabs';
14
12
import TabItem from '@theme/TabItem';
15
13
16
14
<TabsgroupId="languages">
17
15
<TabItemvalue="go"label="Go"default>
18
16
17
+
Verbs annotated with `ftl:ingress` will be exposed via HTTP (`http` is the default ingress type). These endpoints will then be available on one of our default `ingress` ports (local development defaults to `http://localhost:8891`).
18
+
19
+
The following will be available at `http://localhost:8891/http/users/123/posts?postId=456`.
0 commit comments