From 92b54aacc0de5446dd5497c39897b0bbff72e626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 13 Jun 2018 09:54:12 +0200 Subject: Rebuild using Asciideck --- docs/en/cowboy/2.3/manual/cowboy_req.qs/index.html | 86 ++++++---------------- 1 file changed, 22 insertions(+), 64 deletions(-) (limited to 'docs/en/cowboy/2.3/manual/cowboy_req.qs/index.html') diff --git a/docs/en/cowboy/2.3/manual/cowboy_req.qs/index.html b/docs/en/cowboy/2.3/manual/cowboy_req.qs/index.html index 352719b5..482047e2 100644 --- a/docs/en/cowboy/2.3/manual/cowboy_req.qs/index.html +++ b/docs/en/cowboy/2.3/manual/cowboy_req.qs/index.html @@ -62,89 +62,47 @@

cowboy_req:qs(3)

-

Name

-
-

cowboy_req:qs - URI query string

-
-
-
+

cowboy_req:qs - URI query string

Description

-
-
-
-
qs(Req :: cowboy_req:req()) -> Qs :: binary()
-

Return the query string of the effective request URI.

-

The query string can also be obtained using pattern matching:

-
-
-
#{qs := Qs} = Req.
-
-
-
+
#{qs := Qs} = Req.
+

Arguments

-
-
-
-Req -
-
-

-The Req object. -

+
Req
+

The Req object.

-
-
- -
+

Return value

-
-

The query string is returned as a binary string. It is case sensitive.

-
-
-
+

The query string is returned as a binary string. It is case sensitive.

Changelog

-
-
    -
  • -

    -2.0: Only the query string is returned, it is no longer wrapped in a tuple. -

    +
    • 2.0: Only the query string is returned, it is no longer wrapped in a tuple.
    • -
    • -

      -1.0: Function introduced. -

      +
    • 1.0: Function introduced.
    • -
-
-
-
+

Examples

-
-
-
Get the effective request URI’s query string
-
-
Qs = cowboy_req:qs(Req).
-
-
-
+
Qs = cowboy_req:qs(Req).
+

See also

-
- -
- +

cowboy_req(3), cowboy_req:parse_qs(3), cowboy_req:match_qs(3)

+ -- cgit v1.2.3