Find a file
2025-07-07 14:21:26 -05:00
.gitlab-ci Replace remaining references to libsoup.org with libsoup.gnome.org 2025-03-19 13:59:42 +00:00
docs/reference docs: Resolved minor old gtk-docs links in MessageHeadersIter 2025-05-20 14:30:56 -04:00
examples tests: Fix warnings about unused results from g_string_free() 2023-04-13 13:03:01 +01:00
fuzzing build: Don't always enable address/undefined sanitizer when fuzzing 2025-01-08 17:22:53 -06:00
libsoup docs: Clarify ownership for soup_server_get_uris() 2025-07-07 14:21:26 -05:00
po Update Romanian translation 2025-06-04 15:13:45 +00:00
subprojects Port to gi-docgen 2022-04-13 21:12:51 +02:00
tests tests: Add tests for date-time including timezone validation work 2025-06-11 12:18:36 -04:00
.clang-format clang-format: Set AlwaysBreakAfterReturnType 2021-05-08 20:10:12 -05:00
.clang-tidy Add basic clang-tidy config 2025-02-17 10:11:15 -06:00
.editorconfig Add .editorconfig 2020-09-19 15:41:24 -07:00
.gitignore auth: Add support for multiple authentication challenges at once 2021-10-08 05:45:14 -05:00
.gitlab-ci.yml Mark several tests as slow 2025-04-29 14:57:17 -05:00
AUTHORS update 2005-04-14 20:38:23 +00:00
ChangeLog.pre-git Belatedly move Changelog to Changelog.pre-git, update for that 2009-04-24 11:01:13 -04:00
COPYING COPYING: update to a version with the correct mailing address 2011-05-24 11:17:32 -04:00
Doxyfile Add Doxyfile 2020-09-19 15:41:24 -07:00
get_apache_modules_dirs.py tests: add support for apache http/2 module 2022-04-22 12:12:41 +02:00
HACKING Update coding style and add clang-format config 2020-09-19 15:41:24 -07:00
libsoup.doap DOAP: Replace defunct mailing list with Discourse support forum 2023-11-26 22:43:50 +01:00
meson.build Meson: Avoid fallback for gio-unix dependency on Windows 2025-06-06 10:04:14 +02:00
meson_options.txt build: Switch from krb5-config to pkg-config for gssapi 2025-02-11 10:11:30 -06:00
NEWS Replace remaining references to libsoup.org with libsoup.gnome.org 2025-03-19 13:59:42 +00:00
README readme: Update website link 2025-03-13 01:42:20 +00:00
README.msvc Drop remaining XML-RPC and libxml2 references 2021-11-11 15:24:34 +00:00

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

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 support forum for libsoup-related questions/discussions at
https://discourse.gnome.org/tag/libsoup

Bugs against libsoup can be filed at:
https://gitlab.gnome.org/GNOME/libsoup/issues/

More information and API documentation is available at
https://libsoup.gnome.org

Licensing:
libsoup is licensed under the LGPL, see COPYING for more details.