silverstripe-framework/api
Daniel Hensby 920fd71a2f Adding default curl options
Because I removed completely the static setting of SSL_VERIFYPEER I've
added the ability to declare default curl options on the class. This
means that users that really want to one line turn off SSL_VERIFYPEER
can do so without needing to pass a custom option in every request()
call.
2013-02-15 11:45:52 +00:00
..
DataFormatter.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
FormEncodedDataFormatter.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
JSONDataFormatter.php BUG JSONDataFormatter should respect canView() permissions 2012-11-05 14:03:39 +13:00
RestfulService.php Adding default curl options 2013-02-15 11:45:52 +00:00
RSSFeed.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
XMLDataFormatter.php API Removed permission checks from XML/JSON data formatters 2012-10-30 23:34:29 +01:00