We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66eaf19 commit c6cd103Copy full SHA for c6cd103
lib/grpc/server/adapters/cowboy/handler.ex
@@ -1,7 +1,7 @@
1
defmodule GRPC.Server.Adapters.Cowboy.Handler do
2
- @moduledoc false
3
-
4
- # A cowboy handler accepting all requests and calls corresponding functions defined by users.
+ @moduledoc """
+ A cowboy handler accepting all requests and calls corresponding functions defined by users.
+ """
5
6
alias GRPC.Transport.HTTP2
7
alias GRPC.RPCError
0 commit comments