GET

The GET method requests a representation of the specified resource. Requests using GET should only retrieve data and should have no other effect.

Properties

Link copied to clipboard

Indicates whether this HTTP method is idempotent. Idempotent methods can be called multiple times without different outcomes.

Link copied to clipboard

Indicates whether this HTTP method is considered safe. Safe methods should not change the state of the server.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requiresBody: Boolean = false

Indicates whether the HTTP method typically requires a request body or data.