zinc
Zinc HTTP Components is an open-source Smalltalk framework to deal with the HTTP networking protocol.
How to download and setup zinc
Open terminal and run command
git clone https://github.com/svenvc/zinc.git
git clone is used to create a copy or clone of zinc repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with zinc https://github.com/svenvc/zinc/archive/master.zip
Or simply clone zinc with SSH
[email protected]:svenvc/zinc.git