Back to product page- Introduction
- License agreement
- Getting Started
- Objects
- Enumerations
- wodHttpDLX
- Methods
- Properties
- Authentication
- AutoRedirect
- BindIP
- Blocking
- CertErrors
- Certificate
- Compression
- Hostname
- HTTPversion
- IgnoreCertErrors
- KeepAlive
- LastError
- LastErrorText
- LocalCertBag
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- ProxyAuthentication
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- Request
- Response
- Secure
- Socket
- SSLCipherList
- State
- Timeout
- URL
- UseIPv6
- Version
- Events
- wodHttpNotify
- HttpCookie
- HttpCookies
- HttpHeader
- HttpHeaders
- HttpRequest
- HttpRequestFormPost
- HttpRequestFormUpload
- HttpResponse
- How to get support?
- Technical information
- Fast notifications interface
- Error list
HttpMethods enumeration
HttpMethods enumeration
Remarks
Members| Constant | Value | Description |
|---|---|---|
| MethodUnknown | 0 | No method specified. |
| MethodGET | 1 | GET method is issued. Full resource should be retrieved, including resource body. |
| MethodHEAD | 2 | HEAD method is issued. Only resource headers should be retrieved. |
| MethodPOST | 3 | POST method is issued. Data is posted using some known content definition |
| MethodPUT | 4 | PUT method is issued. Resource should be saved on the server on specified path. |
| MethodDELETE | 5 | DELETE method is issued. Resource should be deleted from the server. |
| MethodTRACE | 6 | TRACE method is issued. Server should generate loopback response. |
| MethodCUSTOM | 7 | Custom method is issued. |