Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Http

A Http Client
In development

一个demo

<?php
                               
dl("http.so");                 

$url = "https://www.baidu.com/";
$http = new Http($url);        

echo $http->get();             
echo "\n";                     
echo $http->code."\n";         
exit();

输出

b39<!DOCTYPE html>
<!--STATUS OK-->

200

看来百度有限制

About

A Http Client

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages