Software:neon (library)

From HandWiki

neon is a library for accessing HTTP and WebDAV servers for the C programming language. It is free software and is licensed under LGPL.

neon relies on either OpenSSL or GnuTLS for secure https connections and either libxml or expat for parsing WebDAV XML responses.

Among others, neon is used by the Subversion version control system,[1] GnomeVFS file system abstraction layer and the davfs2 network file system.

References

  1. Pilato, C. Michael; Collins-Sussman, Ben; Fitzpatrick, Brian W. (2009), Version Control with Subversion (2nd ed.), O'Reilly Media, Inc., p. 213, ISBN 1449379354, https://books.google.com/books?id=b3TsOSvU5TUC&pg=PA213. 

External links