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 d64679b commit c5c84a9Copy full SHA for c5c84a9
gleam_elli/src/Elli.gleam
@@ -63,7 +63,7 @@ Get the request body.
63
external body : |Request| -> String = :elli_request.body
64
65
doc """
66
-Get the query string for the request. Returns empty string if there is none.
+Get the query string for the request. Returns `Nothing` string if request has no query.
67
"""
68
fn query_string(req) =
69
case erl_query_string(req)
0 commit comments