summaryrefslogblamecommitdiffstats
path: root/archives/extend/2013-April/000106.html
blob: fc45bb84858f24b863fe511d25893ba9f667bfff (plain) (tree)























































































































































                                                                                                                                                                                                            
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
 <HEAD>
   <TITLE> [99s-extend] populating #http_req for unit testing
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20populating%20%23http_req%20for%20unit%20testing&In-Reply-To=%3CCD8CCDCD.A1C9%25kevin.brown%40turner.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="000105.html">
   <LINK REL="Next"  HREF="000107.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[99s-extend] populating #http_req for unit testing</H1>
    <B>Brown, Kevin</B> 
    <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20populating%20%23http_req%20for%20unit%20testing&In-Reply-To=%3CCD8CCDCD.A1C9%25kevin.brown%40turner.com%3E"
       TITLE="[99s-extend] populating #http_req for unit testing">Kevin.Brown at turner.com
       </A><BR>
    <I>Fri Apr 12 02:30:15 CEST 2013</I>
    <P><UL>
        <LI>Previous message: <A HREF="000105.html">[99s-extend] populating #http_req for unit testing
</A></li>
        <LI>Next message: <A HREF="000107.html">[99s-extend] populating #http_req for unit testing
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#106">[ date ]</a>
              <a href="thread.html#106">[ thread ]</a>
              <a href="subject.html#106">[ subject ]</a>
              <a href="author.html#106">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Thanks.

On 4/11/13 8:07 PM, &quot;Lo&#239;c Hoguin&quot; &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">essen at ninenines.eu</A>&gt; wrote:

&gt;<i>There's a few undocumented functions in cowboy_req, like new, set and
</I>&gt;<i>get, used by Cowboy internally.
</I>&gt;<i>
</I>&gt;<i>On 04/12/2013 01:37 AM, Brown, Kevin wrote:
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Cowfolk,
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> I am doing something like this to create an #http_req suitable for unit
</I>&gt;&gt;<i> testing my resource callbacks:
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> -define (HTTP_REQ_ENCODERS_PORT_8000,  #http_req{host=
</I>&gt;&gt;<i>&lt;&lt;&quot;www.foo.com&quot;&gt;&gt; ,
</I>&gt;&gt;<i> port=8000, path= &lt;&lt;&quot;/encoders&quot;&gt;&gt;,transport=ranch_tcp, qs= &lt;&lt;&gt;&gt;,
</I>&gt;&gt;<i>fragment=
</I>&gt;&gt;<i> &lt;&lt;&gt;&gt; }).
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Notice that I needed to set the transport to a Cowboy specific atom
</I>&gt;&gt;<i> because I wanted to get cowboy_req:host_url and cowboy_req:path to work
</I>&gt;&gt;<i> properly.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> I'm sure there is a method that Cowboy uses internally to populate an
</I>&gt;&gt;<i> #http_req from a URL that I could use for testing.  What might that be?
</I>&gt;&gt;<i> How else should I be populating this record.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Cheers,
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> -kb
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> On 4/11/13 7:07 PM, &quot;<A HREF="https://lists.ninenines.eu/listinfo/extend">extend-request at lists.ninenines.eu</A>&quot;
</I>&gt;&gt;<i> &lt;<A HREF="https://lists.ninenines.eu/listinfo/extend">extend-request at lists.ninenines.eu</A>&gt; wrote:
</I>&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> Welcome to the <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A> mailing list!
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> To post to this list, send your message to:
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i>   <A HREF="https://lists.ninenines.eu/listinfo/extend">extend at lists.ninenines.eu</A>
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> General information about the mailing list is at:
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i>   <A HREF="http://lists.ninenines.eu:81/listinfo/extend">http://lists.ninenines.eu:81/listinfo/extend</A>
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> If you ever want to unsubscribe or change your options (eg, switch to
</I>&gt;&gt;&gt;<i> or from digest mode, change your password, etc.), visit your
</I>&gt;&gt;&gt;<i> subscription page at:
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i>   <A HREF="http://lists.ninenines.eu:81/options/extend/kevin.brown%40turner.com">http://lists.ninenines.eu:81/options/extend/kevin.brown%40turner.com</A>
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> You can also make such adjustments via email by sending a message to:
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i>   <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend-request at lists.ninenines.eu</A>
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> with the word `help' in the subject or body (don't include the
</I>&gt;&gt;&gt;<i> quotes), and you will get back a message with instructions.
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> You must know your password to change your options (including changing
</I>&gt;&gt;&gt;<i> the password, itself) or to unsubscribe without confirmation.  It is:
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i>   doofus1
</I>&gt;&gt;&gt;<i>
</I>&gt;&gt;&gt;<i> Normally, Mailman will remind you of your lists.ninenines.eu mailing
</I>&gt;&gt;&gt;<i> list passwords once every month, although you can disable this if you
</I>&gt;&gt;&gt;<i> prefer.  This reminder will also include instructions on how to
</I>&gt;&gt;&gt;<i> unsubscribe or change your account options.  There is also a button on
</I>&gt;&gt;&gt;<i> your options page that will email your current password to you.
</I>&gt;&gt;&gt;<i>
</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="http://lists.ninenines.eu:81/listinfo/extend">http://lists.ninenines.eu:81/listinfo/extend</A>
</I>&gt;&gt;<i>
</I>&gt;<i>
</I>&gt;<i>
</I>&gt;<i>-- 
</I>&gt;<i>Lo&#239;c Hoguin
</I>&gt;<i>Erlang Cowboy
</I>&gt;<i>Nine Nines
</I>&gt;<i><A HREF="http://ninenines.eu">http://ninenines.eu</A>
</I>&gt;<i>
</I>


</PRE>

<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="000105.html">[99s-extend] populating #http_req for unit testing
</A></li>
	<LI>Next message: <A HREF="000107.html">[99s-extend] populating #http_req for unit testing
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#106">[ date ]</a>
              <a href="thread.html#106">[ thread ]</a>
              <a href="subject.html#106">[ subject ]</a>
              <a href="author.html#106">[ author ]</a>
         </LI>
       </UL>

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