zZzzZ.
home2
/
zrzvbdry
/
wiredsave.com
/
wp-content
/
plugins
/
limit-login-attempts-reloaded
/
core
/
http
New Folder
Editing: HttpTransportInterface.php
Save
Cancel
<?php namespace LLAR\Core\Http; interface HttpTransportInterface { public function get( $url, $options = array() ); public function post( $url, $options = array() ); }