On Wed, Feb 20, 2019 at 10:23 AM Marc Kaufmann
<marc.kaufman...@gmail.com> wrote:
> I came across this statement regarding structure request in the 
> documentation: "You are unlikely to need to construct a request struct." (See 
> here.)
>
> Why does it say this? I want to generate requests (in one form or another) 
> for functional tests of my website. Should I use curl for that? And is the 
> rationale something to do with security?

What you want to do is basically the only use case for making
requests. That's why it says this. Sometime people think that they can
make request structures and use that with something like
net/http-client to make a request to a site. That's not what they are
for.

Jay

-- 
-=[     Jay McCarthy               http://jeapostrophe.github.io    ]=-
-=[ Associate Professor        PLT @ CS @ UMass Lowell     ]=-
-=[ Moses 1:33: And worlds without number have I created; ]=-

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to