From 7d61b485e47e247d7ecac500c83a902ab934f569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 16 Nov 2020 16:12:55 +0100 Subject: Update documentation --- _build/data/projects/cowlib.toml | 4 +- _build/data/projects/ranch.toml | 2 +- .../2.10/manual/cow_cookie.cookie/index.html | 184 +++++++ .../2.10/manual/cow_cookie.parse_cookie/index.html | 186 +++++++ .../manual/cow_cookie.parse_set_cookie/index.html | 193 +++++++ .../2.10/manual/cow_cookie.setcookie/index.html | 194 +++++++ docs/en/cowlib/2.10/manual/cow_cookie/index.html | 228 ++++++++ docs/en/cowlib/2.10/manual/cowlib_app/index.html | 175 +++++++ docs/en/cowlib/2.10/manual/index.html | 175 +++++++ .../2.8/manual/cow_cookie.parse_cookie/index.html | 2 + .../2.8/manual/cow_cookie.setcookie/index.html | 2 + docs/en/cowlib/2.8/manual/cow_cookie/index.html | 2 + docs/en/cowlib/2.8/manual/cowlib_app/index.html | 2 + docs/en/cowlib/2.8/manual/index.html | 2 + .../cowlib/2.9/manual/cow_cookie.cookie/index.html | 2 + .../2.9/manual/cow_cookie.parse_cookie/index.html | 2 + .../manual/cow_cookie.parse_set_cookie/index.html | 2 + .../2.9/manual/cow_cookie.setcookie/index.html | 2 + docs/en/cowlib/2.9/manual/cow_cookie/index.html | 2 + docs/en/cowlib/2.9/manual/cowlib_app/index.html | 2 + docs/en/cowlib/2.9/manual/index.html | 2 + docs/en/gun/2.0/guide/index.html | 4 + .../gun/2.0/guide/internals_tls_over_tls.asciidoc | 177 +++++++ .../2.0/guide/internals_tls_over_tls/index.html | 221 ++++++++ docs/en/gun/2.0/guide/introduction.asciidoc | 2 +- docs/en/gun/2.0/guide/introduction/index.html | 2 +- docs/en/gun/2.0/guide/migrating_from_1.3.asciidoc | 75 ++- .../en/gun/2.0/guide/migrating_from_1.3/index.html | 45 +- docs/en/gun/2.0/guide/protocols.asciidoc | 17 +- docs/en/gun/2.0/guide/protocols/index.html | 8 +- docs/en/gun/2.0/guide/websocket.asciidoc | 8 +- docs/en/gun/2.0/guide/websocket/index.html | 12 +- docs/en/gun/2.0/manual/gun.await/index.html | 2 +- docs/en/gun/2.0/manual/gun.await_body/index.html | 2 +- docs/en/gun/2.0/manual/gun.await_up/index.html | 2 +- docs/en/gun/2.0/manual/gun.cancel/index.html | 2 +- docs/en/gun/2.0/manual/gun.connect/index.html | 2 +- docs/en/gun/2.0/manual/gun.data/index.html | 2 +- docs/en/gun/2.0/manual/gun.delete/index.html | 2 +- docs/en/gun/2.0/manual/gun.flush/index.html | 2 +- docs/en/gun/2.0/manual/gun.get/index.html | 2 +- docs/en/gun/2.0/manual/gun.head/index.html | 2 +- docs/en/gun/2.0/manual/gun.headers/index.html | 2 +- docs/en/gun/2.0/manual/gun.info/index.html | 5 +- docs/en/gun/2.0/manual/gun.open/index.html | 2 +- docs/en/gun/2.0/manual/gun.open_unix/index.html | 2 +- docs/en/gun/2.0/manual/gun.options/index.html | 2 +- docs/en/gun/2.0/manual/gun.patch/index.html | 2 +- docs/en/gun/2.0/manual/gun.post/index.html | 2 +- docs/en/gun/2.0/manual/gun.put/index.html | 2 +- docs/en/gun/2.0/manual/gun.request/index.html | 2 +- docs/en/gun/2.0/manual/gun.stream_info/index.html | 24 +- docs/en/gun/2.0/manual/gun.update_flow/index.html | 2 +- docs/en/gun/2.0/manual/gun.ws_send/index.html | 28 +- docs/en/gun/2.0/manual/gun.ws_upgrade/index.html | 2 +- docs/en/gun/2.0/manual/gun/index.html | 66 ++- docs/en/gun/2.0/manual/gun_app/index.html | 2 + docs/en/gun/2.0/manual/gun_data/index.html | 2 +- docs/en/gun/2.0/manual/gun_down/index.html | 4 +- docs/en/gun/2.0/manual/gun_error/index.html | 4 +- docs/en/gun/2.0/manual/gun_event/index.html | 573 +++++++++++++++++++++ docs/en/gun/2.0/manual/gun_inform/index.html | 2 +- docs/en/gun/2.0/manual/gun_push/index.html | 4 +- docs/en/gun/2.0/manual/gun_response/index.html | 2 +- docs/en/gun/2.0/manual/gun_socks_up/index.html | 198 ------- docs/en/gun/2.0/manual/gun_trailers/index.html | 2 +- docs/en/gun/2.0/manual/gun_tunnel_up/index.html | 201 ++++++++ docs/en/gun/2.0/manual/gun_up/index.html | 4 +- docs/en/gun/2.0/manual/gun_upgrade/index.html | 2 +- docs/en/gun/2.0/manual/gun_ws/index.html | 2 +- docs/en/gun/2.0/manual/index.html | 2 + docs/index.html | 5 + docs/index.xml | 273 +++++++--- donate/index.html | 18 + erlanger-playbook/index.html | 18 + index.html | 20 +- index.xml | 273 +++++++--- services/index.html | 18 + sitemap.xml | 62 ++- 79 files changed, 3273 insertions(+), 517 deletions(-) create mode 100644 docs/en/cowlib/2.10/manual/cow_cookie.cookie/index.html create mode 100644 docs/en/cowlib/2.10/manual/cow_cookie.parse_cookie/index.html create mode 100644 docs/en/cowlib/2.10/manual/cow_cookie.parse_set_cookie/index.html create mode 100644 docs/en/cowlib/2.10/manual/cow_cookie.setcookie/index.html create mode 100644 docs/en/cowlib/2.10/manual/cow_cookie/index.html create mode 100644 docs/en/cowlib/2.10/manual/cowlib_app/index.html create mode 100644 docs/en/cowlib/2.10/manual/index.html create mode 100644 docs/en/gun/2.0/guide/internals_tls_over_tls.asciidoc create mode 100644 docs/en/gun/2.0/guide/internals_tls_over_tls/index.html create mode 100644 docs/en/gun/2.0/manual/gun_event/index.html delete mode 100644 docs/en/gun/2.0/manual/gun_socks_up/index.html create mode 100644 docs/en/gun/2.0/manual/gun_tunnel_up/index.html diff --git a/_build/data/projects/cowlib.toml b/_build/data/projects/cowlib.toml index a28a4569..43a8a012 100644 --- a/_build/data/projects/cowlib.toml +++ b/_build/data/projects/cowlib.toml @@ -3,7 +3,7 @@ catchphrase = "Support library for the Web." description = "The Web toolbox for HTTP/1.1, HTTP/2, Websocket, Multipart, Cookies, URL encoding..." name = "cowlib" repository = "https://github.com/ninenines/cowlib" -versions = ["2.9", "2.8"] -branches = ["2.9.0", "2.8.0"] +versions = ["2.10", "2.9", "2.8"] +branches = ["master", "2.9.1", "2.8.0"] has_source = true has_manual = true diff --git a/_build/data/projects/ranch.toml b/_build/data/projects/ranch.toml index ab1fe4ea..8523bf32 100644 --- a/_build/data/projects/ranch.toml +++ b/_build/data/projects/ranch.toml @@ -4,7 +4,7 @@ description = "Ranch is a socket acceptor pool for building awesome TCP and TLS name = "ranch" repository = "https://github.com/ninenines/ranch" versions = ["2.0", "1.7", "1.6", "1.5", "1.4"] -branches = ["master", "1.7.1", "1.6.2", "1.5.0", "1.4.0"] +branches = ["2.0.0", "1.7.1", "1.6.2", "1.5.0", "1.4.0"] has_source = true has_guide = true has_manual = true diff --git a/docs/en/cowlib/2.10/manual/cow_cookie.cookie/index.html b/docs/en/cowlib/2.10/manual/cow_cookie.cookie/index.html new file mode 100644 index 00000000..efe5007b --- /dev/null +++ b/docs/en/cowlib/2.10/manual/cow_cookie.cookie/index.html @@ -0,0 +1,184 @@ + + + + + + + + + + Nine Nines: cow_cookie:cookie(3) + + + + + + + + + + + + + + + + +
+
+
+
+ +

cow_cookie:cookie(3)

+ +

Name

+

cow_cookie:cookie - Generate a cookie header

+

Description

+
+
cookie(Cookies) -> iolist()
+
+Cookies :: [{Name :: iodata(), Value :: iodata()}]
+
+

Generate a cookie header.

+

Arguments

+
Cookies
+

A list of pairs of cookie name and value.

+
+
+

Return value

+

An iolist with the generated cookie header value.

+

Changelog

+
  • 2.9: Function introduced. +
  • +
+

Examples

+
Generate a cookie header
+
+
Cookie = cow_cookie:cookie([{<<"sessionid">>, ID}]).
+
+

See also

+

cow_cookie(3), cow_cookie:parse_cookie(3), cow_cookie:parse_set_cookie(3), cow_cookie:setcookie(3)

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

+ Cowlib + 2.10 + 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.

+ + + +
+
+
+
+ + + + + + + + + diff --git a/docs/en/cowlib/2.10/manual/cow_cookie.parse_cookie/index.html b/docs/en/cowlib/2.10/manual/cow_cookie.parse_cookie/index.html new file mode 100644 index 00000000..2ae54bd4 --- /dev/null +++ b/docs/en/cowlib/2.10/manual/cow_cookie.parse_cookie/index.html @@ -0,0 +1,186 @@ + + + + + + + + + + Nine Nines: cow_cookie:parse_cookie(3) + + + + + + + + + + + + + + + + +
+
+
+
+ +

cow_cookie:parse_cookie(3)

+ +

Name

+

cow_cookie:parse_cookie - Parse a cookie header

+

Description

+
+
parse_cookie(Cookie :: binary())
+    -> [{binary(), binary()}]
+
+

Parse a cookie header.

+

Arguments

+
Cookie
+

The cookie header value.

+
+
+

Return value

+

A list of cookie name/value pairs is returned on success.

+

An exception is thrown in the event of a parse error.

+

Changelog

+
  • 2.9: Fixes to the parser may lead to potential incompatibilities. A cookie name starting with $ is no longer ignored. A cookie without a = will be parsed as the value of the cookie named <<>> (empty name). +
  • +
  • 1.0: Function introduced. +
  • +
+

Examples

+
Parse a cookie header
+
+
Cookies = cow_cookie:parse_cookie(CookieHd).
+
+

See also

+

cow_cookie(3), cow_cookie:parse_set_cookie(3), cow_cookie:cookie(3), cow_cookie:setcookie(3)

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

+ Cowlib + 2.10 + 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.

+ + + +
+
+
+
+ + + + + + + + + diff --git a/docs/en/cowlib/2.10/manual/cow_cookie.parse_set_cookie/index.html b/docs/en/cowlib/2.10/manual/cow_cookie.parse_set_cookie/index.html new file mode 100644 index 00000000..6b567160 --- /dev/null +++ b/docs/en/cowlib/2.10/manual/cow_cookie.parse_set_cookie/index.html @@ -0,0 +1,193 @@ + + + + + + + + + + Nine Nines: cow_cookie:parse_set_cookie(3) + + + + + + + + + + + + + + + + +
+
+
+
+ +

cow_cookie:parse_set_cookie(3)

+ +

Name

+

cow_cookie:parse_set_cookie - Parse a set-cookie header

+

Description

+
+
parse_set_cookie(SetCookie :: binary())
+    -> {ok, Name, Value, Attrs} | ignore
+
+Name  :: binary()
+Value :: binary()
+Attrs :: cow_cookie:cookie_attrs()
+
+

Parse a set-cookie header.

+

Arguments

+
SetCookie
+

The set-cookie header value.

+
+
+

Return value

+

An ok tuple with the cookie name, value and attributes is returned on success.

+

An atom ignore is returned when the cookie has both an empty name and an empty value, and must be ignored.

+

Changelog

+
  • 2.9: Function introduced. +
  • +
+

Examples

+
Parse a cookie header
+
+
case cow_cookie:parse_set_cookie(SetCookieHd) of
+    {ok, Name, Value, Attrs} ->
+        cookie_engine_set_cookie(Name, Value, Attrs);
+    ignore ->
+        do_nothing()
+end.
+
+

See also

+

cow_cookie(3), cow_cookie:parse_cookie(3), cow_cookie:cookie(3), cow_cookie:setcookie(3)

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

+ Cowlib + 2.10 + 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.

+ + + +
+
+
+
+ + + + + + + + + diff --git a/docs/en/cowlib/2.10/manual/cow_cookie.setcookie/index.html b/docs/en/cowlib/2.10/manual/cow_cookie.setcookie/index.html new file mode 100644 index 00000000..f7bae2f8 --- /dev/null +++ b/docs/en/cowlib/2.10/manual/cow_cookie.setcookie/index.html @@ -0,0 +1,194 @@ + + + + + + + + + + Nine Nines: cow_cookie:setcookie(3) + + + + + + + + + + + + + + + + +
+
+
+
+ +

cow_cookie:setcookie(3)

+ +

Name

+

cow_cookie:setcookie - Generate a set-cookie header

+

Description

+
+
setcookie(Name  :: iodata(),
+          Value :: iodata(),
+          Opts  :: cow_cookie:cookie_opts())
+    -> iolist()
+
+

Generate a set-cookie header.

+

Arguments

+
Name
+

Cookie name.

+
+
Value
+

Cookie value.

+
+
Opts
+

Options added to the set-cookie header as attributes.

+
+
+

Return value

+

An iolist with the generated set-cookie header value.

+

Changelog

+
  • 1.0: Function introduced. +
  • +
+

Examples

+
Generate a set-cookie header
+
+
SetCookie = cow_cookie:setcookie(<<"sessionid">>, ID, #{
+    http_only => true,
+    secure    => true
+}).
+
+

See also

+

cow_cookie(3), cow_cookie:parse_cookie(3), cow_cookie:parse_set_cookie(3), cow_cookie:cookie(3)

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

+ Cowlib + 2.10 + 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.

+ + + +
+
+
+
+ + + + + + + + + diff --git a/docs/en/cowlib/2.10/manual/cow_cookie/index.html b/docs/en/cowlib/2.10/manual/cow_cookie/index.html new file mode 100644 index 00000000..8f2674cd --- /dev/null +++ b/docs/en/cowlib/2.10/manual/cow_cookie/index.html @@ -0,0 +1,228 @@ + + + + + + + + + + Nine Nines: cow_cookie(3) + + + + + + + + + + + + + + + + +
+
+
+
+ +

cow_cookie(3)

+ +

Name

+

cow_cookie - Cookies

+

Description

+

The module cow_cookie provides functions for parsing and manipulating cookie headers.

+

Exports

+ +

Types

+ +
+
cookie_attrs() :: #{
+    expires => calendar:datetime(),
+    max_age => calendar:datetime(),
+    domain => binary(),
+    path => binary(),
+    secure => true,
+    http_only => true,
+    same_site => strict | lax | none
+}
+
+

Cookie attributes parsed from the set-cookie header. The attributes must be passed as-is to a cookie store engine for processing, along with the cookie name and value. More information about the attributes can be found in RFC 6265.

+ +
+
cookie_opts() :: #{
+    domain    => binary(),
+    http_only => boolean(),
+    max_age   => non_neg_integer(),
+    path      => binary(),
+    same_site => strict | lax | none,
+    secure    => boolean()
+}
+
+

Options for the set-cookie header. They are added to the header as attributes. More information about the options can be found in RFC 6265.

+

The following options are defined:

+
domain
+

Hosts to which the cookie will be sent. By default it will only be sent to the origin server.

+
+
http_only
+

Whether the cookie should be restricted to HTTP requests, or it should also be exposed to other APIs, for example Javascript. By default there are no restrictions.

+
+
max_age
+

Maximum lifetime of the cookie, in seconds. By default the cookie is kept for the duration of the session.

+
+
path
+

Path to which the cookie will be sent. By default it will be sent to the current "directory" of the effective request URI.

+
+
same_site
+

Whether the cookie should be sent along with cross-site requests. This attribute is currently non-standard but is in the process of being standardized. Please refer to the RFC 6265 (bis) draft for details.

+

The default value for this attribute may vary depending on user agent and configuration. Browsers are known to be more strict over TCP compared to TLS.

+
+
secure
+

Whether the cookie should be sent only on secure channels (for example TLS). Note that this does not guarantee the integrity of the cookie, only its confidentiality during transfer. By default there are no restrictions.

+
+
+

Changelog

+
  • 2.10: The same_site attribute and option may now be set to none. +
  • +
  • 2.9: The cookie_attrs type was added. +
  • +
  • 1.0: Module introduced. +
  • +
+

See also

+

cowlib(7), RFC 6265

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

+ Cowlib + 2.10 + 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.

+ + + +
+
+
+
+ + + + + + + + + diff --git a/docs/en/cowlib/2.10/manual/cowlib_app/index.html b/docs/en/cowlib/2.10/manual/cowlib_app/index.html new file mode 100644 index 00000000..e5046781 --- /dev/null +++ b/docs/en/cowlib/2.10/manual/cowlib_app/index.html @@ -0,0 +1,175 @@ + + + + + + + + + + Nine Nines: cowlib(7) + + + + + + + + + + + + + + + + +
+
+
+
+ +

cowlib(7)

+ +

Name

+

cowlib - Support library for manipulating Web protocols

+

Description

+

Cowlib provides libraries for parsing and building messages for various Web protocols, including HTTP/1.1, HTTP/2 and Websocket.

+

It is optimized for completeness rather than speed. No value is ignored, they are all returned.

+

Modules

+ +

Dependencies

+
  • crypto - Crypto functions +
  • +
+

All these applications must be started before the cowlib application. To start Cowlib and all dependencies at once:

+
+
{ok, _} = application:ensure_all_started(cowlib).
+
+

Environment

+

The cowlib application does not define any application environment configuration parameters.

+

See also

+

cowboy(7), gun(7)

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

+ Cowlib + 2.10 + 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.

+ + + +
+
+
+
+ + + + + + + + + diff --git a/docs/en/cowlib/2.10/manual/index.html b/docs/en/cowlib/2.10/manual/index.html new file mode 100644 index 00000000..595b7d44 --- /dev/null +++ b/docs/en/cowlib/2.10/manual/index.html @@ -0,0 +1,175 @@ + + + + + + + + + + Nine Nines: Cowlib Function Reference + + + + + + + + + + + + + + + + +
+
+
+
+ +

Cowlib Function Reference

+ +

Name

+

cowlib - Support library for manipulating Web protocols

+

Description

+

Cowlib provides libraries for parsing and building messages for various Web protocols, including HTTP/1.1, HTTP/2 and Websocket.

+

It is optimized for completeness rather than speed. No value is ignored, they are all returned.

+

Modules

+ +

Dependencies

+
  • crypto - Crypto functions +
  • +
+

All these applications must be started before the cowlib application. To start Cowlib and all dependencies at once:

+
+
{ok, _} = application:ensure_all_started(cowlib).
+
+

Environment

+

The cowlib application does not define any application environment configuration parameters.

+

See also

+

cowboy(7), gun(7)

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

+ Cowlib + 2.10 + 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.

+ + + +
+
+
+
+ + + + + + + + + diff --git a/docs/en/cowlib/2.8/manual/cow_cookie.parse_cookie/index.html b/docs/en/cowlib/2.8/manual/cow_cookie.parse_cookie/index.html index cfb7dabe..ff63219c 100644 --- a/docs/en/cowlib/2.8/manual/cow_cookie.parse_cookie/index.html +++ b/docs/en/cowlib/2.8/manual/cow_cookie.parse_cookie/index.html @@ -128,6 +128,8 @@ http://www.gnu.org/software/src-highlite --> +
  • 2.10
  • +
  • 2.9
  • 2.8
  • diff --git a/docs/en/cowlib/2.8/manual/cow_cookie.setcookie/index.html b/docs/en/cowlib/2.8/manual/cow_cookie.setcookie/index.html index 9c12c18d..583a59d4 100644 --- a/docs/en/cowlib/2.8/manual/cow_cookie.setcookie/index.html +++ b/docs/en/cowlib/2.8/manual/cow_cookie.setcookie/index.html @@ -138,6 +138,8 @@ http://www.gnu.org/software/src-highlite --> +
  • 2.10
  • +
  • 2.9
  • 2.8
  • diff --git a/docs/en/cowlib/2.8/manual/cow_cookie/index.html b/docs/en/cowlib/2.8/manual/cow_cookie/index.html index 6ab9cda6..d2b38825 100644 --- a/docs/en/cowlib/2.8/manual/cow_cookie/index.html +++ b/docs/en/cowlib/2.8/manual/cow_cookie/index.html @@ -143,6 +143,8 @@ http://www.gnu.org/software/src-highlite --> +
  • 2.10
  • +
  • 2.9
  • 2.8
  • diff --git a/docs/en/cowlib/2.8/manual/cowlib_app/index.html b/docs/en/cowlib/2.8/manual/cowlib_app/index.html index 75322d42..7b81913e 100644 --- a/docs/en/cowlib/2.8/manual/cowlib_app/index.html +++ b/docs/en/cowlib/2.8/manual/cowlib_app/index.html @@ -119,6 +119,8 @@ http://www.gnu.org/software/src-highlite --> +
  • 2.10
  • +
  • 2.9
  • 2.8
  • diff --git a/docs/en/cowlib/2.8/manual/index.html b/docs/en/cowlib/2.8/manual/index.html index 587d783f..ca73082e 100644 --- a/docs/en/cowlib/2.8/manual/index.html +++ b/docs/en/cowlib/2.8/manual/index.html @@ -119,6 +119,8 @@ http://www.gnu.org/software/src-highlite --> +
  • 2.10
  • +
  • 2.9
  • 2.8
  • diff --git a/docs/en/cowlib/2.9/manual/cow_cookie.cookie/index.html b/docs/en/cowlib/2.9/manual/cow_cookie.cookie/index.html index c18b41a4..99c5d67e 100644 --- a/docs/en/cowlib/2.9/manual/cow_cookie.cookie/index.html +++ b/docs/en/cowlib/2.9/manual/cow_cookie.cookie/index.html @@ -128,6 +128,8 @@ http://www.gnu.org/software/src-highlite --> +
  • 2.10
  • +
  • 2.9
  • 2.8
  • diff --git a/docs/en/cowlib/2.9/manual/cow_cookie.parse_cookie/index.html b/docs/en/cowlib/2.9/manual/cow_cookie.parse_cookie/index.html index 089b5599..e47312f9 100644 --- a/docs/en/cowlib/2.9/manual/cow_cookie.parse_cookie/index.html +++ b/docs/en/cowlib/2.9/manual/cow_cookie.parse_cookie/index.html @@ -130,6 +130,8 @@ http://www.gnu.org/software/src-highlite --> +
  • 2.10
  • +
  • 2.9
  • 2.8
  • diff --git a/docs/en/cowlib/2.9/manual/cow_cookie.parse_set_cookie/index.html b/docs/en/cowlib/2.9/manual/cow_cookie.parse_set_cookie/index.html index ec50d655..bb074f88 100644 --- a/docs/en/cowlib/2.9/manual/cow_cookie.parse_set_cookie/index.html +++ b/docs/en/cowlib/2.9/manual/cow_cookie.parse_set_cookie/index.html @@ -137,6 +137,8 @@ http://www.gnu.org/software/src-highlite --> +
  • 2.10
  • +
  • 2.9
  • 2.8
  • diff --git a/docs/en/cowlib/2.9/manual/cow_cookie.setcookie/index.html b/docs/en/cowlib/2.9/manual/cow_cookie.setcookie/index.html index 1e68718d..ebf16f1b 100644 --- a/docs/en/cowlib/2.9/manual/cow_cookie.setcookie/index.html +++ b/docs/en/cowlib/2.9/manual/cow_cookie.setcookie/index.html @@ -138,6 +138,8 @@ http://www.gnu.org/software/src-highlite --> +
  • 2.10
  • +
  • 2.9
  • 2.8
  • diff --git a/docs/en/cowlib/2.9/manual/cow_cookie/index.html b/docs/en/cowlib/2.9/manual/cow_cookie/index.html index ccfb687b..467f99d7 100644 --- a/docs/en/cowlib/2.9/manual/cow_cookie/index.html +++ b/docs/en/cowlib/2.9/manual/cow_cookie/index.html @@ -169,6 +169,8 @@ http://www.gnu.org/software/src-highlite --> +
  • 2.10
  • +
  • 2.9
  • 2.8
  • diff --git a/docs/en/cowlib/2.9/manual/cowlib_app/index.html b/docs/en/cowlib/2.9/manual/cowlib_app/index.html index 1c43ad84..6f1d6d1a 100644 --- a/docs/en/cowlib/2.9/manual/cowlib_app/index.html +++ b/docs/en/cowlib/2.9/manual/cowlib_app/index.html @@ -119,6 +119,8 @@ http://www.gnu.org/software/src-highlite --> +
  • 2.10
  • +
  • 2.9
  • 2.8
  • diff --git a/docs/en/cowlib/2.9/manual/index.html b/docs/en/cowlib/2.9/manual/index.html index 33e04ecc..70c8c3d5 100644 --- a/docs/en/cowlib/2.9/manual/index.html +++ b/docs/en/cowlib/2.9/manual/index.html @@ -119,6 +119,8 @@ http://www.gnu.org/software/src-highlite --> +
  • 2.10
  • +
  • 2.9
  • 2.8
  • diff --git a/docs/en/gun/2.0/guide/index.html b/docs/en/gun/2.0/guide/index.html index b6cb2ed6..cdfa5d76 100644 --- a/docs/en/gun/2.0/guide/index.html +++ b/docs/en/gun/2.0/guide/index.html @@ -76,6 +76,10 @@
  • Using Websocket
  • +

    Advanced

    +

    Additional information

    Features removed

    Functions added

    @@ -128,13 +131,21 @@

    Functions modified

    -