| Package | Description |
|---|---|
| retrofit.http |
Annotations for interface methods to control the HTTP request behavior.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
DELETE
Make a DELETE request to a REST path relative to base URL.
|
interface |
GET
Make a GET request to a REST path relative to base URL.
|
interface |
HEAD
Make a HEAD request to a REST path relative to base URL.
|
interface |
PATCH
Make a PATCH request to a REST path relative to base URL.
|
interface |
POST
Make a POST request to a REST path relative to base URL.
|
interface |
PUT
Make a PUT request to a REST path relative to base URL.
|
Copyright © 2014 Square, Inc.. All Rights Reserved.