BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
Main backup
/
wp-content
/
plugins
/
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