From 48f39402181d959cad88cb3f460210c007169f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 12 May 2021 11:13:47 +0200 Subject: Cowboy 2.9.0 --- .../2.9/manual/cowboy_constraints/index.html | 195 +++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 docs/en/cowboy/2.9/manual/cowboy_constraints/index.html (limited to 'docs/en/cowboy/2.9/manual/cowboy_constraints/index.html') diff --git a/docs/en/cowboy/2.9/manual/cowboy_constraints/index.html b/docs/en/cowboy/2.9/manual/cowboy_constraints/index.html new file mode 100644 index 00000000..2a6155a8 --- /dev/null +++ b/docs/en/cowboy/2.9/manual/cowboy_constraints/index.html @@ -0,0 +1,195 @@ + + + + + + + + + + Nine Nines: cowboy_constraints(3) + + + + + + + + + + + + + + + + +
+
+
+
+ +

cowboy_constraints(3)

+ +

Name

+

cowboy_constraints - Constraints

+

Description

+

The module cowboy_constraints defines the built-in constraints in Cowboy and provides an interface for manipulating these constraints.

+

Constraints are functions that define what type of input is allowed. They are used throughout Cowboy, from the router to query strings to cookies.

+

Exports

+

Built-in constraints:

+ +

Types

+

constraint()

+
+
constraint() :: int | nonempty | fun()
+
+

A constraint function.

+

The atom constraints are built-in, see the corresponding function in the exports list above.

+

reason()

+
+
reason() :: {constraint(), Reason, Value}
+
+Reason :: any()
+Value  :: any()
+
+

Reason for the constraint failure.

+

It includes the constraint function in question, a machine-readable error reason and the value that made the constraint fail.

+

See also

+

cowboy(7), cowboy(3), cowboy_router(3), cowboy_req:match_cookies(3), cowboy_req:match_qs(3)

+ + + + + + +
+ +
+ + +

+ Cowboy + 2.9 + Function Reference + +

+ + + +

Navigation

+ +

Version select

+ + +

Like my work? Donate!

+

Donate to Loïc Hoguin because his work on Cowboy, Ranch, Gun and Erlang.mk is fantastic:

+
+ + + + + + + + + +

Recurring payment options are also available via GitHub Sponsors. These funds are used to cover the recurring expenses like food, dedicated servers or domain names.

+ + + +
+
+
+
+ + + + + + + + + -- cgit v1.2.3