<!--
{
  "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

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

Requests information from the specified resource.

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

Submits data to be processed.

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

Deletes the specified resource.

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

Uses a PUT request to submit the data.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)