OS4 DepotLogo by mason 
(anonymous IP: 18.218.169.50,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Library » Misc » neon.lha

Neon

Description: HTTP and WebDAV client library
Download: neon.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 835kb
Version: 0.29.6
Date: 27 May 2012
Author: Joe Orton, port by Chris Young
Submitter: uploader
Email: uploader/uploader com
Requirements: libssl, expat
Category: development/library/misc
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 7120
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 137  (Current version)
137  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
This is a quick port of neon as newlib static and shared library.



neon is an HTTP and WebDAV client library, with a C language API.

Mailing list: neon()lists.manyfish.co.uk || Web site:
http://www.webdav.org/neon/

PLEASE NOTE: The neon API is subject to backwards-incompatible change
over minor releases (0.23.x -> 0.24.x) until the 1.0.0 release, but
maintains source and binary backwards compatibility through patch
releases (0.24.0 -> 0.24.7).

Current features:

 - High-level interface to HTTP and WebDAV methods.
 - Low-level interface to HTTP request handling, to allow implementing
   new methods easily.
 - Persistent connection support (HTTP/1.1 and HTTP/1.0 aware)
 - Basic and digest authentication (RFC2617) (including auth-int, md5-sess)
 - Proxy support (including basic/digest authentication)
 - SSL/TLS support using OpenSSL (including client certificate support)
 - Generic WebDAV 207 XML response handling mechanism
 - XML parsing using expat or libxml (1.x or 2.x) parser
 - Easy generation of error messages from 207 error responses
 - Basic HTTP/1.1 methods: GET, PUT, HEAD, OPTIONS, conditional PUT
 - WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
 - WebDAV metadata support: set and remove properties (PROPPATCH), query
   any set of properties (PROPFIND).
 - WebDAV locking support
 - Autoconf macros supplied for easily embedding neon directly inside 
   an application source tree.

Provides lower-level interfaces to directly implement new HTTP
methods, and higher-level interfaces so that you don't have to worry
about the lower-level stuff.

The neon library source code is licensed under the GNU Library GPL;
see src/COPYING.LIB for full details.  The manual and test suite are
licensed under the terms of the GNU GPL; see test/COPYING for terms.
The autoconf macros in the "macros" directory are under a less
restrictive license, see each file for details.

neon is Copyright (C) 1999-2008 Joe Orton <joe()manyfish.co.uk>
Portions are:
Copyright (C) Aleix Conchillo Flaque <aleix()member.fsf.org>
Copyright (C) Arfrever Frehtes Taifersar Arahesis
Copyright (C) Arun Garg <arung()pspl.co.in>
Copyright (C) Daniel Stenberg <daniel()haxx.se>
Copyright (C) Free Software Foundation, Inc.
Copyright (C) Henrik Holst <henrik.holst2()gmail.com>
Copyright (C) Jiang Lei <tristone()deluxe.ocn.ne.jp>
Copyright (C) Kai Sommerfeld <kso()openoffice.org>
Copyright (C) Karl Ove Hufthammer.
Copyright (C) Michael Sobolev
Copyright (C) Nobuyuki Tsuchimura <tutimura()nn.iij4u.or.jp>
Copyright (C) Sylvain Glaize <mokona()puupuu.org>
Copyright (C) Thomas Schultz <tststs()gmx.de>
Copyright (C) Vladimir Berezniker () http://public.xdi.org/=vmpn
Copyright (C) Yves Martin  <ymartin59()free.fr>

Copyright © 2004-2024 by Björn Hagström All Rights Reserved