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 2 months ago
JSON representation

Zinc HTTP Components is an open-source Smalltalk framework to deal with the HTTP networking protocol.

Lists

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)