<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.8.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Social",
  "identifier" : "/documentation/Social/SLRequestMethod",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Social"
    ],
    "preciseIdentifier" : "c:@E@SLRequestMethod"
  },
  "title" : "SLRequestMethod"
}
-->

# SLRequestMethod

Indicates the request method used in the request.

```
enum SLRequestMethod
```

## Overview

Use this constant to set the [`requestMethod`](/documentation/Social/SLRequest/requestMethod) property. The type of request to use depends on the target service. For links to documentation for the supported services, see Table 1 in [`SLRequest`](/documentation/Social/SLRequest).

## Topics

### Constants

[`SLRequestMethod.GET`](/documentation/Social/SLRequestMethod/GET)

Requests information from the specified resource.

[`SLRequestMethod.POST`](/documentation/Social/SLRequestMethod/POST)

Submits data to be processed.

[`SLRequestMethod.DELETE`](/documentation/Social/SLRequestMethod/DELETE)

Deletes the specified resource.

[`SLRequestMethod.PUT`](/documentation/Social/SLRequestMethod/PUT)

Uses a PUT request to submit the data.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)