Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.http.client.model.HttpMethod Enum Reference
Collaboration diagram for dev.rafex.ether.http.client.model.HttpMethod:

Public Member Functions

String verb ()

Public Attributes

 DELETE
 GET
 HEAD
 OPTIONS
 PATCH
 POST
 PUT

Detailed Description

Definition at line 29 of file HttpMethod.java.

Member Function Documentation

◆ verb()

String dev.rafex.ether.http.client.model.HttpMethod.verb ( )

Definition at line 32 of file HttpMethod.java.

Member Data Documentation

◆ DELETE

dev.rafex.ether.http.client.model.HttpMethod.DELETE

Definition at line 30 of file HttpMethod.java.

Referenced by dev.rafex.ether.http.client.model.HttpRequestSpec().

◆ GET

dev.rafex.ether.http.client.model.HttpMethod.GET

Definition at line 30 of file HttpMethod.java.

Referenced by dev.rafex.ether.http.client.model.HttpRequestSpec().

◆ HEAD

dev.rafex.ether.http.client.model.HttpMethod.HEAD

Definition at line 30 of file HttpMethod.java.

◆ OPTIONS

dev.rafex.ether.http.client.model.HttpMethod.OPTIONS

Definition at line 30 of file HttpMethod.java.

◆ PATCH

dev.rafex.ether.http.client.model.HttpMethod.PATCH

Definition at line 30 of file HttpMethod.java.

Referenced by dev.rafex.ether.http.client.model.HttpRequestSpec().

◆ POST

◆ PUT

dev.rafex.ether.http.client.model.HttpMethod.PUT

Definition at line 30 of file HttpMethod.java.

Referenced by dev.rafex.ether.http.client.model.HttpRequestSpec().


The documentation for this enum was generated from the following file:
  • ether-http-client/ether-http-client/src/main/java/dev/rafex/ether/http/client/model/HttpMethod.java