Zinc HTTP Components is an open-source Smalltalk framework to deal with the HTTP networking protocol.
The Zinc HTTP Components paper.
The Building and deploying your first web app with Pharo tutorial.
Sven Van Caekenberghe
-
Install Zinc:
"GemStone 2.4" Metacello new baseline: 'Zinc'; repository: 'github://glassdb/zinc:gemstone2.4/repository'; load: 'Tests'. "GemStone 3.1" Metacello new baseline: 'Zinc'; repository: 'github://glassdb/zinc:gemstone3.1/repository'; load: 'Tests'.
See the Releases page for instructions for installing specific Zinc releases.