SproutCMS

This is the code documentation for the SproutCMS project

function get()

Make a simple GET request.
If you need more control, use @see HttpReq::req

Usage

string HttpReq::get ( string $url );

Arguments

  1. string $url
    The URL to fetch

Return value

  • string
    Response data