view tango/tango/group/http.d @ 160:b77664331d06 trunk

[svn r176] Fixed a bug with class constructors.
author lindquist
date Sun, 04 May 2008 04:35:27 +0200
parents 1700239cab2e
children
line wrap: on
line source

/*******************************************************************************

        copyright:      Copyright (c) 2007 Kris Bell. All rights reserved

        license:        BSD style: $(LICENSE)
        
        version:        Dec 2007: Initial release

        author:         Kris

        Convenience module to import tango.net.http modules 

*******************************************************************************/

module tango.group.http;

public import tango.net.http.HttpGet;
public import tango.net.http.HttpPost;
public import tango.net.http.HttpConst;
public import tango.net.http.HttpClient;