initial commit
This commit is contained in:
commit
b65642cd0a
18 changed files with 1543 additions and 0 deletions
9
modules/httpbin/httpbin.php
Normal file
9
modules/httpbin/httpbin.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
$data = resumeRequest();
|
||||
|
||||
header("Content-Type: application/json");
|
||||
|
||||
$str = json_encode($data);
|
||||
|
||||
echo $str;
|
||||
Loading…
Add table
Add a link
Reference in a new issue