BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
iyzico
/
iyzipay-php
/
src
/
Iyzipay
📤 Upload
📝 New File
📁 New Folder
Close
Editing: HttpClient.php
<?php namespace Iyzipay; interface HttpClient { public function get($url); public function getV2($url, $header); public function post($url, $header, $content); public function put($url, $header, $content); public function delete($url, $header, $content = null); }
Save
Cancel