# third_party_libsoup **Repository Path**: openharmony/third_party_libsoup ## Basic Information - **Project Name**: third_party_libsoup - **Description**: HTTP client/server library | HTTP 客户端/服务端 软件库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 15 - **Created**: 2021-09-08 - **Last Updated**: 2024-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README libsoup is an HTTP client/server library for GNOME. It uses GObjects and the glib main loop, to integrate well with GNOME applications. Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL support * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * XML-RPC support See the documentation in docs/reference/ and the test programs in tests/ for simple examples of how to use the code. The evolution-data-server and evolution-exchange modules in GNOME git have some more complicated examples. There is a mailing list for libsoup-related questions/discussions at gnome.org. Visit http://mail.gnome.org/mailman/listinfo/libsoup-list to subscribe or read the archives. Bugs against libsoup can be filed at: https://gitlab.gnome.org/GNOME/libsoup/issues/ More information (including the libsoup To Do list) is available at https://wiki.gnome.org/Projects/libsoup Licensing: libsoup is licensed under the LGPL, see COPYING for more details.