https://github.com/frida/libsoup
Frida depends on libsoup
https://github.com/frida/libsoup
Last synced: 11 months ago
JSON representation
Frida depends on libsoup
- Host: GitHub
- URL: https://github.com/frida/libsoup
- Owner: frida
- License: other
- Created: 2018-08-06T13:37:27.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T21:47:39.000Z (about 2 years ago)
- Last Synced: 2025-06-19T05:58:40.072Z (12 months ago)
- Language: C
- Size: 7.96 MB
- Stars: 2
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog.pre-git
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
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
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.