PHP library now supports multipart/form-data content-type and binary fields
This commit is contained in:
7
main/mashape/authentication/Authentication.php
Normal file
7
main/mashape/authentication/Authentication.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
interface Authentication {
|
||||
public function handleHeader();
|
||||
|
||||
public function handleParams();
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user