``` typescript //Input object should contain a url, currently not enforced. var req = new Request({body: 'hi'}); ```