Hi, Hector.

The following should be what you are looking for in terms of sending a POST
request:

http://pasterack.org/pastes/86127

You can find more information on `http-sendrecv` and its related functions
here:

http://docs.racket-lang.org/net/http-client.html?q=http-sendrecv#%28def._%28%28lib._net%2Fhttp-client..rkt%29._http-sendrecv%29%29

`http-sendrecv/url` is here, in the net/url library:

http://docs.racket-lang.org/net/url.html?q=http-sendrecv#%28def._%28%28lib._net%2Furl..rkt%29._http-sendrecv%2Furl%29%29

// Rickard


On Sun, Dec 6, 2015 at 6:40 AM, Hector Fabio Jimenez Saldarriaga <
hfjime...@utp.edu.co> wrote:

> Hi everybody,
>
> Recently I'm working in my first application using DrRacket, The
> application is specifically a simple and nice video game( it calls Space
> Invaders), I would like to add a simple function to send a post or maybe
> get request. When the user uses all his lifes it's going to be game over,
> after that I want to take the score points and the username and send it to
> a small application in nodejs. The next figure shows how it would be :
>
> Just in case that you don't want to download the attached file please open
> the next url in imgur.
>
> http://imgur.com/oTTHtsM
>
> It is posible to implement something like this ?, Because i'm checking the
> drracket documentation and I'm stucked here :(, please help me giving me
> options or examples to do this.
>
> Thanks in advanced,
> Sincerely
> Hector F.
>
> --
> 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.
>

-- 
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