Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
plugins
/
wordfence
/
vendor
/
maxmind
/
web-service-common
/
src
/
WebService
/
Http
:
RequestFactory.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace MaxMind\WebService\Http; /** * Class RequestFactory. * * @internal */ class RequestFactory { public function __construct() { } /** * @param $url * @param $options * * @return CurlRequest */ public function request($url, $options) { return new CurlRequest($url, $options); } }