LibGPL
- A series of easy to use object-based abstractions written in C.
- Most of the library is reentrant.
- Used in my own code for per thread (not shared between threads)
network service objects.
- Each object is well documented at the top of each source file.
- Changes had to be made to make the name resolver cache (built into
the library) thread-safe.
- With the author's permission I will make my modifications
to the source code available.
- LibGPL can be found at its
homepage. It is not up all the time.
HTTP Client Library
- Reentrant HTTP Client request library.
- Handles GET, PUT, HEAD, DELETE methods.
- It's
original homepage and author have moved recently. Try
the new homepage
if the first one fails.
|