global class Http { global Http() { } /** * Send HTTP request to external server */ global System.HttpResponse send(Object request) { } /** * Returns a string that displays and identifies this object's properties. */ global String toString() { } }