summaryrefslogblamecommitdiffstats
path: root/archives/extend/2014-June/000395.html
blob: 52e04be495f3d39b100976538ba61e471706bf2a (plain) (tree)




























































































































                                                                                                                                                                                                                                                                      
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
 <HEAD>
   <TITLE> [99s-extend] Mandatory init/3 and optional handle/2 and	terminate/3
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Mandatory%20init/3%20and%20optional%20handle/2%20and%0A%09terminate/3&In-Reply-To=%3CCA%2BdV7cRvLwTj1L%3DmyMrjEUEju8gr0gATSXO%2BZ%2BOktsadh4y37w%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="000392.html">
   <LINK REL="Next"  HREF="000401.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[99s-extend] Mandatory init/3 and optional handle/2 and	terminate/3</H1>
    <B>Paulo F. Oliveira</B> 
    <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20Mandatory%20init/3%20and%20optional%20handle/2%20and%0A%09terminate/3&In-Reply-To=%3CCA%2BdV7cRvLwTj1L%3DmyMrjEUEju8gr0gATSXO%2BZ%2BOktsadh4y37w%40mail.gmail.com%3E"
       TITLE="[99s-extend] Mandatory init/3 and optional handle/2 and	terminate/3">paulo.ferraz.oliveira at gmail.com
       </A><BR>
    <I>Thu Jun  5 01:49:01 CEST 2014</I>
    <P><UL>
        <LI>Previous message: <A HREF="000392.html">[99s-extend] Mandatory init/3 and optional handle/2 and	terminate/3
</A></li>
        <LI>Next message: <A HREF="000401.html">[99s-extend] [ANN] Cowboy and Ranch 0.10
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#395">[ date ]</a>
              <a href="thread.html#395">[ thread ]</a>
              <a href="subject.html#395">[ subject ]</a>
              <a href="author.html#395">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Got it, thanks.

This here &lt;<A HREF="http://ninenines.eu/docs/en/cowboy/HEAD/manual/cowboy_rest/">http://ninenines.eu/docs/en/cowboy/HEAD/manual/cowboy_rest/</A>&gt; had
the fine print that I hadn't read apparently: &quot;This module cannot be
described as a behaviour due to most of the callbacks it defines being
optional. It has the same semantics as a behaviour otherwise.&quot;

- Paulo F. Oliveira


On 4 June 2014 22:46, Lo&#239;c Hoguin &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt; wrote:

&gt;<i> You shouldn't say -behavior(cowboy_http_handler) if you don't actually
</I>&gt;<i> implement it.
</I>&gt;<i>
</I>&gt;<i> On 06/04/2014 11:37 PM, Paulo F. Oliveira wrote:
</I>&gt;<i>
</I>&gt;&gt;<i> Hello.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> You wrote here
</I>&gt;&gt;<i> &lt;<A HREF="http://ninenines.eu/docs/en/cowboy/HEAD/manual/cowboy_rest/">http://ninenines.eu/docs/en/cowboy/HEAD/manual/cowboy_rest/</A>&gt; that &quot;The
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> only mandatory callback is init/3, needed to perform the protocol
</I>&gt;&gt;<i> upgrade.&quot;
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> In my code I have only this function for the protocol upgrade:
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> init({_TransportName, _ProtocolName}, _Req, []) -&gt;
</I>&gt;&gt;<i>      {upgrade, protocol, cowboy_rest}.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> On the other hand, when compiling, I get the following warnings:
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> src/handler_transactions.erl:3: Warning: undefined callback function
</I>&gt;&gt;<i> handle/2 (behaviour 'cowboy_http_handler')
</I>&gt;&gt;<i> src/handler_transactions.erl:3: Warning: undefined callback function
</I>&gt;&gt;<i> terminate/3 (behaviour 'cowboy_http_handler')
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Is this the expected behavior? I know I _can_ ignore the warnings, but
</I>&gt;&gt;<i> not if I want to use Erlang compiler option warnings_as_errors, for
</I>&gt;&gt;<i> example.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Many thanks.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> - Paulo F. Oliveira
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> _______________________________________________
</I>&gt;&gt;<i> Extend mailing list
</I>&gt;&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
</I>&gt;&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">https://lists.ninenines.eu/listinfo/extend</A>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;<i> --
</I>&gt;<i> Lo&#239;c Hoguin
</I>&gt;<i> <A HREF="http://ninenines.eu">http://ninenines.eu</A>
</I>&gt;<i>
</I>-------------- next part --------------
An HTML attachment was scrubbed...
URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20140605/46eee3c0/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20140605/46eee3c0/attachment.html</A>&gt;
</PRE>







<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="000392.html">[99s-extend] Mandatory init/3 and optional handle/2 and	terminate/3
</A></li>
	<LI>Next message: <A HREF="000401.html">[99s-extend] [ANN] Cowboy and Ranch 0.10
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#395">[ date ]</a>
              <a href="thread.html#395">[ thread ]</a>
              <a href="subject.html#395">[ subject ]</a>
              <a href="author.html#395">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
mailing list</a><br>
</body></html>