0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00
cowboy/doc/src/manual
Loïc Hoguin 999dc5b7c1 Rename 'halt' to 'stop' for better consistency
Now everywhere in Cowboy when we want to stop something we return
a 'stop' tuple instead of one of the many choices depending on
context that we had before.

This particular change affects middlewares, sub protocols and
REST handlers which were using 'halt' to stop processing.
2014-11-07 20:19:05 +02:00
..
cowboy.ezdoc Remove the onrequest hook 2014-09-24 14:39:17 +03:00
cowboy_app.ezdoc Provide installable man pages 2014-07-06 13:10:35 +02:00
cowboy_handler.ezdoc Remove empty sections from the manual 2014-10-01 19:50:02 +03:00
cowboy_loop.ezdoc Rename 'shutdown' close reason and tuples to 'stop' 2014-11-07 19:22:36 +02:00
cowboy_middleware.ezdoc Rename 'halt' to 'stop' for better consistency 2014-11-07 20:19:05 +02:00
cowboy_protocol.ezdoc Remove empty sections from the manual 2014-10-01 19:50:02 +03:00
cowboy_req.ezdoc Reverse the order of arguments of match_* functions 2014-10-04 13:21:16 +03:00
cowboy_rest.ezdoc Rename 'halt' to 'stop' for better consistency 2014-11-07 20:19:05 +02:00
cowboy_router.ezdoc Make routing constraints use the fields format 2014-09-23 21:36:52 +03:00
cowboy_spdy.ezdoc Remove empty sections from the manual 2014-10-01 19:50:02 +03:00
cowboy_static.ezdoc Fix incorrect type in cowboy_static manual 2014-08-12 19:01:12 +02:00
cowboy_sub_protocol.ezdoc Rename 'halt' to 'stop' for better consistency 2014-11-07 20:19:05 +02:00
cowboy_websocket.ezdoc Rename 'shutdown' close reason and tuples to 'stop' 2014-11-07 19:22:36 +02:00
http_status_codes.ezdoc Provide installable man pages 2014-07-06 13:10:35 +02:00
index.ezdoc Improve handler interface and documentation 2014-09-30 20:12:13 +03:00