Skip to content
/ zinc Public
forked from svenvc/zinc

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

License

Notifications You must be signed in to change notification settings

jvdsandt/zinc

 
 

Repository files navigation

Zinc HTTP Components

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

http:https://zn.stfx.eu

Please read the Zinc HTTP Components paper

Sven Van Caekenberghe

MIT Licensed

Loading into GemStone

  1. Upgrade to GLASS 1.0-beta.9

  2. Install Zinc:

    "GemStone 2.4"
    Metacello new
      baseline: 'Zinc';
      repository: 'github:https://glassdb/zinc:gemstone2.4/repository';
      load: 'Tests'.
      
    "GemStone 3.1"
    Metacello new
      baseline: 'Zinc';
      repository: 'github:https://glassdb/zinc:gemstone3.1/repository';
      load: 'Tests'.

See the Releases page for instructions for installing specific Zinc releases.

Travis Status

GemStone2.4.x Build Status

GemStone3.1.x Build Status

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%