Error Buddy
Do you have an error message from your application? Then find the answer with Error Buddy. You can search over 40000 source code files and troubleshooting documents using our beta lucene/nutch search interface or if you prefer, search as normal using google. With LXR technology you can drill right down into the line of source code where it came from with full cross-referencing.
If after searching you didn't get your ideal answer, or you are still unclear what the error means, you can choose to post that question to the community forums following the link included in the search results.
[1.6]001 Soup is an HTTP library implementation in C. It was originally part of 002 a SOAP (Simple Object Access Protocol) implementation, but most of the 003 SOAP code has since been removed. 004 005 Soup uses the Glib main loop and is designed to work well with GTK 006 applications. This enables GNOME applications to access HTTP servers 007 on the network in a completely asynchronous fashion, very similar to 008 the Gtk+ programming model (a synchronous operation mode is also 009 supported for those who want it). 010 011 Soup also contains code to implement an HTTP/1.1 server. 012 013 Features: 014 * (Optionally) completely asynchronous 015 * Automatically caches connections 016 * SSL Support using GnuTLS 017 * Proxy support, including authentication and SSL tunneling 018 * Client support for Digest, NTLM, and Basic authentication 019 * Server support for Digest and Basic authentication 020 021 To subscribe to the Soup discussion list, send mail with the word 022 "Subscribe" in the message body to soup-list-request@ximian.com. 023 024 Licensing: 025 libsoup is licensed under the LGPL, see COPYING for more details.
Testing
