---
title: SLRequestMethod.POST
framework: social
role: symbol
role_heading: Case
path: social/slrequestmethod/post
---

# SLRequestMethod.POST

Submits data to be processed.

## Declaration

```swift
case POST
```

## Discussion

Discussion Use a POST request to submit information to the specified server, such as a status update or an image.

## See Also

### Constants

- [SLRequestMethod.GET](social/slrequestmethod/get.md)
- [SLRequestMethod.DELETE](social/slrequestmethod/delete.md)
- [SLRequestMethod.PUT](social/slrequestmethod/put.md)
