diff --git a/doc/cloudi_http_cowboy_handler.html b/doc/cloudi_http_cowboy1_handler.html similarity index 86% rename from doc/cloudi_http_cowboy_handler.html rename to doc/cloudi_http_cowboy1_handler.html index 928ee69..3aa68ad 100644 --- a/doc/cloudi_http_cowboy_handler.html +++ b/doc/cloudi_http_cowboy1_handler.html @@ -2,19 +2,19 @@ -Module cloudi_http_cowboy_handler +Module cloudi_http_cowboy1_handler
-

Module cloudi_http_cowboy_handler

+

Module cloudi_http_cowboy1_handler

Cowboy CloudI HTTP Handler

.

Copyright © 2012-2018 Michael Truog

-

Version: 1.7.3 Feb 26 2018 18:19:17 +

Version: 1.7.4 Dec 1 2018 15:05:24 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog at protonmail dot com).

@@ -36,7 +36,7 @@

Function Details

handle/2

-

handle(Req0, Cowboy_state) -> any()

+

handle(Req0, Cowboy1_state) -> any()

info/3

@@ -46,7 +46,7 @@

info/3

init/3

-

init(Transport, Req0, Cowboy_state) -> any()

+

init(Transport, Req0, Cowboy1_state) -> any()

terminate/3

@@ -61,21 +61,21 @@

websocket_handle/3

websocket_info/3

-

websocket_info(T, Req, Cowboy_state) -> any()

+

websocket_info(T, Req, Cowboy1_state) -> any()

websocket_init/3

-

websocket_init(Transport, Req0, Cowboy_state) -> any()

+

websocket_init(Transport, Req0, Cowboy1_state) -> any()

websocket_terminate/3

-

websocket_terminate(Reason, Req, Cowboy_state) -> any()

+

websocket_terminate(Reason, Req, Cowboy1_state) -> any()


-

Generated by EDoc, Feb 26 2018, 18:19:17.

+

Generated by EDoc

diff --git a/doc/cloudi_service_http_cowboy.html b/doc/cloudi_service_http_cowboy1.html similarity index 84% rename from doc/cloudi_service_http_cowboy.html rename to doc/cloudi_service_http_cowboy1.html index 7d032c2..a6cf885 100644 --- a/doc/cloudi_service_http_cowboy.html +++ b/doc/cloudi_service_http_cowboy1.html @@ -2,22 +2,22 @@ -Module cloudi_service_http_cowboy +Module cloudi_service_http_cowboy1
-

Module cloudi_service_http_cowboy

+

Module cloudi_service_http_cowboy1

CloudI HTTP Integration

Uses the cowboy Erlang HTTP Server. -

Copyright © 2012-2017 Michael Truog

+

Copyright © 2012-2018 Michael Truog

-

Version: 1.7.2 Feb 26 2018 18:19:16 +

Version: 1.7.4 Dec 1 2018 15:05:24 ------------------------------------------------------------------------

-

Behaviours: cloudi_service.

+

Behaviours: cloudi_service.

Authors: Michael Truog (mjtruog at protonmail dot com).

Description

@@ -25,7 +25,7 @@

CloudI HTTP Integration

Uses the cowboy Erlang HTTP Server.

Function Index

@@ -39,7 +39,7 @@

close/1

close(Pid::pid() | {string(), pid()}) -> ok

-

Close a cowboy websocket connection.

+

Close a cowboy1 websocket connection.

Use the Pid from cloudi_service_handle_request/11. Otherwise, you can use either the get_pid function or get_pids function in the cloudi module (or the cloudi_service module) to find a match for the connection URL.

@@ -66,6 +66,6 @@

cloudi_service_termina

close/1 -

Close a cowboy websocket connection.

+

Close a cowboy1 websocket connection.

Use the Pid from cloudi_service_handle_request/11.
cloudi_service_handle_info/3
cloudi_service_handle_request/11
Overviewerlang logo
-

Generated by EDoc, Feb 26 2018, 18:19:16.

+

Generated by EDoc

diff --git a/doc/edoc-info b/doc/edoc-info index 9d95e04..d1508b6 100644 --- a/doc/edoc-info +++ b/doc/edoc-info @@ -1,3 +1,3 @@ %% encoding: UTF-8 -{application,cloudi_service_http_cowboy}. -{modules,[cloudi_http_cowboy_handler,cloudi_service_http_cowboy]}. +{application,cloudi_service_http_cowboy1}. +{modules,[cloudi_http_cowboy1_handler,cloudi_service_http_cowboy1]}. diff --git a/doc/index.html b/doc/index.html index ff9e221..f5fa402 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,7 +1,7 @@ -The cloudi_service_http_cowboy application +The cloudi_service_http_cowboy1 application diff --git a/doc/modules-frame.html b/doc/modules-frame.html index 027494b..c3642a2 100644 --- a/doc/modules-frame.html +++ b/doc/modules-frame.html @@ -1,13 +1,13 @@ -The cloudi_service_http_cowboy application +The cloudi_service_http_cowboy1 application

Modules

- -
cloudi_http_cowboy_handler
cloudi_service_http_cowboy
+cloudi_http_cowboy1_handler +cloudi_service_http_cowboy1 \ No newline at end of file diff --git a/doc/overview-summary.html b/doc/overview-summary.html index f2eff56..4a69ca8 100644 --- a/doc/overview-summary.html +++ b/doc/overview-summary.html @@ -2,15 +2,15 @@ -The cloudi_service_http_cowboy application +The cloudi_service_http_cowboy1 application -

The cloudi_service_http_cowboy application

+

The cloudi_service_http_cowboy1 application


-

Generated by EDoc, Feb 26 2018, 18:19:17.

+

Generated by EDoc