HTTPS GET in Squeak?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

HTTPS GET in Squeak?

marcel.taeumel (old)
Hi --

What is the best way (project?) to retrieve content via HTTPS GET request? In particular, I want to retrieve a list of issues from GitHub. :) -> https://github.com/dalehenrich/metacello-work/issues

HTTPSocket seems only to support HTTP.

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: HTTPS GET in Squeak?

Tobias Pape

On 23.06.2014, at 08:22, Marcel Taeumel <[hidden email]> wrote:

> Hi --
>
> What is the best way (project?) to retrieve content via HTTPS GET request?
> In particular, I want to retrieve a list of issues from GitHub. :) ->
> https://github.com/dalehenrich/metacello-work/issues
>
> HTTPSocket seems only to support HTTP.

WebClient + SqueakSSL :)

Best
        -Tobias

>
> Best,
> Marcel






signature.asc (1K) Download Attachment