cprops - c prototyping tools News
Brought to you by:
iaelion,
pprindeville
version 0.1.5 is a WIN32 port of libcprops.
A pthread-like API was introduced to allow
writing portable synchronization code,
including read-write lock and condition
variable emulations for windows. Also added
cp_heap, a heap implementation.
this release inroduces cp_httpclient - an http client api. cp_httpclient objects represent a tcp connection for HTTP communication. cp_httpclient supports ssl, proxies, cookies, and redirects and offers synchronous, asynchronous and multi-threaded interfaces.