blob: 4909d0f2e8cb9de61a5b294a8d6fd6dabde192c0 (
plain) (
tree)
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE> [99s-extend] cowboy_http_handler type spec
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy_http_handler%20type%20spec&In-Reply-To=%3CCAJ0zLROkOMkqD7Mcv-JtSb7tyTWsra4NW-O-KGzBsLmOE3%3Dgig%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<style type="text/css">
pre {
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
}
</style>
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000004.html">
<LINK REL="Next" HREF="000006.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[99s-extend] cowboy_http_handler type spec</H1>
<B>rambocoder</B>
<A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20cowboy_http_handler%20type%20spec&In-Reply-To=%3CCAJ0zLROkOMkqD7Mcv-JtSb7tyTWsra4NW-O-KGzBsLmOE3%3Dgig%40mail.gmail.com%3E"
TITLE="[99s-extend] cowboy_http_handler type spec">erlang at rambocoder.com
</A><BR>
<I>Wed Oct 31 00:38:40 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="000004.html">[99s-extend] Congrats for the new mailinglist
</A></li>
<LI>Next message: <A HREF="000006.html">[99s-extend] cowboy_http_handler type spec
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5">[ date ]</a>
<a href="thread.html#5">[ thread ]</a>
<a href="subject.html#5">[ subject ]</a>
<a href="author.html#5">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi everyone, newb questions here:
Is the reason why the type specification for the init callback lists
various "{loop,..." tuples, because a single module can implement
cowboy_loop_handler and cowboy_http_handler?
And this way, a dializier warning will not be triggered?
<A HREF="https://github.com/extend/cowboy/blob/master/src/cowboy_http_handler.erl#L39">https://github.com/extend/cowboy/blob/master/src/cowboy_http_handler.erl#L39</A>
Because looking at the handler code,
<A HREF="https://github.com/extend/cowboy/blob/master/src/cowboy_protocol.erl#L473">https://github.com/extend/cowboy/blob/master/src/cowboy_protocol.erl#L473</A> if
the {loop, * is returned from init, then the handle(Req, State) will not be
processed.
Also, is it safe to say that Handler:init is like "before" in lot's of web
frameworks. I can place validation\authentication logic there.
Sincerely,
-rambocoder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20121030/3de26c28/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20121030/3de26c28/attachment.html</A>>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000004.html">[99s-extend] Congrats for the new mailinglist
</A></li>
<LI>Next message: <A HREF="000006.html">[99s-extend] cowboy_http_handler type spec
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5">[ date ]</a>
<a href="thread.html#5">[ thread ]</a>
<a href="subject.html#5">[ subject ]</a>
<a href="author.html#5">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
mailing list</a><br>
</body></html>
|