Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 22 hours 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T09:18:34.000Z (5 months ago)
- Last Synced: 2025-01-18T06:05:54.931Z (8 days ago)
- Topics: client, http, https, pharo, server, smalltalk
- Language: Smalltalk
- Size: 8.52 MB
- Stars: 97
- Watchers: 14
- 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** [![Build Status](https://travis-ci.org/glassdb/zinc.png?branch=gemstone2.4)](https://travis-ci.org/glassdb/zinc)
**GemStone3.1.x** [![Build Status](https://travis-ci.org/glassdb/zinc.png?branch=gemstone3.1)](https://travis-ci.org/glassdb/zinc)