This is another progress report on the Zinc HTTP Components project.
- I finally integrated support for UTF-8 encoding and decoding of text entities
(ZnStringEntity, ZnUTF8Encoder).
- Internally, all input and output is done through binary streams (but
character streams are still supported for debugging).
- A number of units tests were added.
- Class comments were improved.
- Lots of small fixes and new features.
The overall structure of the project was improved by moving old code into a
separate MC package, renaming categories and renaming some classes.
The external documentation was updated
http://homepage.mac.com/svc/Zinc-HTTP-Components
I would still love more users/testers. The code works well enough for day to
day use and the feature set is reasonably complete now.
Sven
PS: Please check the SqueakSource history for a all the details.