File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ In the example above the Elli Erlang web server is used to run the Gleam HTTP
33
33
service. Here's a full list of the server adapters available, sorted
34
34
alphabetically.
35
35
36
- | Adapter | About |
37
- | --- | --- |
38
- | [ Mist] [ mist ] | [ Mist] [ mist ] is a high performance pure Gleam web server |
39
- | [ gleam_cowboy] [ cowboy-adapter ] | [ Cowboy] [ cowboy ] is an Erlang HTTP2 & HTTP1.1 web server |
40
- | [ gleam_elli] [ elli-adapter ] | [ Elli] [ elli ] is an Erlang HTTP1.1 web server |
41
- | [ gleam_plug] [ plug-adapter ] | [ Plug] [ plug ] is an Elixir web application interface |
36
+ | Adapter | About |
37
+ | --- | --- |
38
+ | [ Mist] [ mist ] | [ Mist] [ mist ] is a high performance pure Gleam HTTP 1.1 server |
39
+ | [ gleam_cowboy] [ cowboy-adapter ] | [ Cowboy] [ cowboy ] is an Erlang HTTP2 & HTTP1.1 web server |
40
+ | [ gleam_elli] [ elli-adapter ] | [ Elli] [ elli ] is an Erlang HTTP1.1 web server |
41
+ | [ gleam_plug] [ plug-adapter ] | [ Plug] [ plug ] is an Elixir web application interface |
42
42
43
43
[ cowboy ] :https://github.com/ninenines/cowboy
44
44
[ cowboy-adapter ] : https://github.com/gleam-lang/cowboy
You can’t perform that action at this time.
0 commit comments