
Hi Glyn Date: Mon, 5 Sep 2011 10:14:28 +0200 From: Glyn Matthews On 4 September 2011 21:36, John Ratcliffe wrote:
Is there any interest in a URL library along the lines of the Java one?
http://download.oracle.com/**javase/1.5.0/docs/api/java/**net/URL.html [3]
I'm currently working on a URI class as part of the cpp-netlib project: https://github.com/cpp-netlib [4] The parser already implements RFC 2396 and RFC 2732. There is still a lot of work to be done and, if you're interested, we'd be happy to accept contributions. Thanks for the response. I took a quick look and I am interested. I will take a closer look. What areas need attention? How does this project relate to boost? John Links: ------ [1] mailto:glyn.matthews@gmail.com [2] mailto:john@firecrest.eclipse.co.uk [3] http://download.oracle.com/**javase/1.5.0/docs/api/java/**net/URL.html%3Chtt... [4] https://github.com/cpp-netlib

On Tue, Sep 6, 2011 at 3:45 PM, <john@firecrest.eclipse.co.uk> wrote:
Thanks for the response. I took a quick look and I am interested. I will take a closer look.
What areas need attention?
How does this project relate to boost?
This project (cpp-netlib) is already submitted for review to Boost, but is still under heavy development. I've already had some offline arrangements for a review manager, but now it's a matter of scheduling for when the formal review should be held. Needless to say it follows much of the Boost conventions and rely mostly entirely on Boost libraries. And if I'm brave enough I just might think about submitting the library interfaces to the ISO C++ Committee through the Library Working Group. :D I hope this clarifies things. Cheers -- Dean Michael Berris http://goo.gl/CKCJX
participants (2)
-
Dean Michael Berris
-
john@firecrest.eclipse.co.uk