BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
limit-login-attempts-reloaded
/
core
/
http
📤 Upload
📝 New File
📁 New Folder
Close
Editing: HttpTransportInterface.php
<?php namespace LLAR\Core\Http; interface HttpTransportInterface { public function get( $url, $options = array() ); public function post( $url, $options = array() ); }
Save
Cancel