diff options
author | Loïc Hoguin <[email protected]> | 2017-09-05 17:19:15 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-09-05 17:19:15 +0200 |
commit | 15ceaf1edff2a68e461fafd8cd77fc7f98918c8a (patch) | |
tree | f86f1993704a70f05cebcae18e31d037d7fbbca2 /doc/src/manual/cowboy_rest.asciidoc | |
parent | 9f5a1803da64978dfbadbd6629c41bb16fc6ec90 (diff) | |
download | cowboy-15ceaf1edff2a68e461fafd8cd77fc7f98918c8a.tar.gz cowboy-15ceaf1edff2a68e461fafd8cd77fc7f98918c8a.tar.bz2 cowboy-15ceaf1edff2a68e461fafd8cd77fc7f98918c8a.zip |
Update naming in REST flowcharts
Diffstat (limited to 'doc/src/manual/cowboy_rest.asciidoc')
-rw-r--r-- | doc/src/manual/cowboy_rest.asciidoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/manual/cowboy_rest.asciidoc b/doc/src/manual/cowboy_rest.asciidoc index 73adb23..2fabdce 100644 --- a/doc/src/manual/cowboy_rest.asciidoc +++ b/doc/src/manual/cowboy_rest.asciidoc @@ -73,8 +73,6 @@ normal:: === AcceptCallback -// @todo The flowcharts should rename AcceptResource into AcceptCallback. - [source,erlang] ---- AcceptCallback(Req, State) -> {Result, Req, State} |