FOSSology  4.4.0
Open Source License Compliance by Open Source Software
CurlRequestService.php
Go to the documentation of this file.
1 <?php
2 # SPDX-FileCopyrightText: © Fossology contributors
3 
4 # SPDX-License-Identifier: GPL-2.0-only
5 
7 
18 {
24  public function create($url)
25  {
26  return new CurlRequest($url);
27  }
28 }
Utility functions for specific applications.