Parsed: 115344

<?php

_deprecated_file( basename( __FILE__ ), '3.0.0', WPINC . '/http.php' );

if ( ! class_exists( 'Snoopy', false ) ) :
/*************************************************

Snoopy - the PHP net client
Author: Monte Ohrt <monte@ispi.net>
Copyright (c): 1999-2008 New Digital Group, all rights reserved
Version: 1.2.4

 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

You may contact the author of Snoopy by e-mail at:
monte@ohrt.com

The latest version of Snoopy can be obtained from:
http://snoopy.sourceforge.net/

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

/* class Snoopy */
/* function Snoopy::fetch() – */
/* function Snoopy::submit() – */
/* function Snoopy::fetchlinks() – */
/* function Snoopy::fetchform() – */
/* function Snoopy::fetchtext() – */
/* function Snoopy::submitlinks() – */
/* function Snoopy::submittext() – */
/* function Snoopy::set_submit_multipart() – */
/* function Snoopy::set_submit_normal() – */
/* function Snoopy::_striplinks() – */
/* function Snoopy::_stripform() – */
/* function Snoopy::_striptext() – */
/* function Snoopy::_expandlinks() – */
/* function Snoopy::_httprequest() – */
/* function Snoopy::_httpsrequest() – */
/* function Snoopy::setcookies() – */
/* function Snoopy::_check_timeout() – */
/* function Snoopy::_connect() – */
/* function Snoopy::_disconnect() – */
/* function Snoopy::_prepare_post_body() – */
endif;
?>