https://github.com/svenvc/zinc
Zinc HTTP Components is an open-source Smalltalk framework to deal with the HTTP networking protocol.
https://github.com/svenvc/zinc
client http https pharo server smalltalk
Last synced: about 1 month ago
JSON representation
Zinc HTTP Components is an open-source Smalltalk framework to deal with the HTTP networking protocol.
- Host: GitHub
- URL: https://github.com/svenvc/zinc
- Owner: svenvc
- License: mit
- Created: 2012-05-09T14:12:19.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T09:18:34.000Z (8 months ago)
- Last Synced: 2025-03-26T19:12:13.727Z (about 1 month ago)
- Topics: client, http, https, pharo, server, smalltalk
- Language: Smalltalk
- Size: 8.52 MB
- Stars: 99
- Watchers: 13
- Forks: 57
- Open Issues: 28
-
Metadata Files:
- Readme: README-gemstone.md
- License: license.txt
Awesome Lists containing this project
- awesome-pharo - Zinc - HTTP components to deal with HTTP networking in Smalltalk. (Web)
README
# Zinc HTTP Components
## For GemStone
Zinc HTTP Components is an open-source Smalltalk framework
to deal with the HTTP networking protocol.Base [Readme](README.md)
## Loading into GemStone
1. [Upgrade to GLASS 1.0-beta.9](http://code.google.com/p/glassdb/wiki/GemToolsUpdate#Update_GLASS)
2. Install Zinc:
```Smalltalk
"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](https://github.com/glassdb/zinc/releases/) for instructions for installing specific Zinc releases.*
## Travis Status
**GemStone2.4.x** [](https://travis-ci.org/glassdb/zinc)
**GemStone3.1.x** [](https://travis-ci.org/glassdb/zinc)