0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Merge branch 'patch-1' of git://github.com/edgurgel/cowboy

This commit is contained in:
Loïc Hoguin 2013-07-12 19:48:55 +02:00
commit 01301acdaf

View file

@ -281,7 +281,7 @@ Request related exports
>
> Return the request's query string as a list of tuples.
>
> The value `true` will be returned when the name was found
> The value `true` will be returned when a name was found
> in the query string without an associated value.
### set_meta(Name, Value, Req) -> Req2