PluginProbe
Tutor LMS – eLearning and online course solution / 3.6.4
Tutor LMS – eLearning and online course solution v3.6.4
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 3.9.15 3.9.14 3.9.13 3.9.12 3.9.11 trunk 1.0.0 1.0.0-alpha 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 All 191 releases
← All changes | helpers/HttpHelper.php +0 -11 trunk3.6.4 View file →
@@ -16,19 +16,8 @@
16 16 * @since 3.0.0
17 17 */
18 18 class HttpHelper {
19 19 /**
20 - * HTTP methods constants
21 - *
22 - * @var string
23 - */
24 - const METHOD_GET = 'GET';
25 - const METHOD_POST = 'POST';
26 - const METHOD_PUT = 'PUT';
27 - const METHOD_PATCH = 'PATCH';
28 - const METHOD_DELETE = 'DELETE';
29 -
30 - /**
31 20 * 200 serial HTTP status code constants
32 21 */
33 22 const STATUS_OK = 200;
34 23 const STATUS_CREATED = 201;