diff options
Diffstat (limited to 'devel/libsoup22/pkg-descr')
-rw-r--r-- | devel/libsoup22/pkg-descr | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/libsoup22/pkg-descr b/devel/libsoup22/pkg-descr deleted file mode 100644 index 423bf5cfc4f6..000000000000 --- a/devel/libsoup22/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Soup is a SOAP (Simple Object Access Protocol) implementation in C. - -It provides an queued asynchronous callback-based mechanism for sending and -servicing SOAP requests, and a WSDL (Web Service Definition Language) to C -compiler which generates client stubs and server skeletons for easily calling -and implementing SOAP methods. - -It uses the GLib main loop and is designed to work well with GTK applications. - -Features: - * Completely Asynchronous - * Connection cache - * HTTP chunked transfer and persistent connections - * authenticated HTTP, SOCKS4, and SOCKS5 proxy support - * SSL Support using OpenSSL - * Apache module server support - * Client digest authentication |