Method
A class which contains the different HTTP methods name
Table of Contents
- $delete : string
- HTTP DELETE METHOD
- $get : string
- HTTP GET METHOD
- $post : string
- HTTP POST METHOD
- $put : string
- HTTP PUT METHOD
Properties
$delete
HTTP DELETE METHOD
public
static string
$delete
= "DELETE"
$get
HTTP GET METHOD
public
static string
$get
= "GET"
$post
HTTP POST METHOD
public
static string
$post
= "POST"
$put
HTTP PUT METHOD
public
static string
$put
= "PUT"