---
title: httpMethod
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsmutableurlrequest/httpmethod
---

# httpMethod

The HTTP request method.

## Declaration

```swift
var httpMethod: String { get set }
```

## Discussion

Discussion The default HTTP method is “GET”.

## See Also

### Accessing request components

- [url](foundation/nsmutableurlrequest/url.md)
- [httpBody](foundation/nsmutableurlrequest/httpbody.md)
- [httpBodyStream](foundation/nsmutableurlrequest/httpbodystream.md)
- [mainDocumentURL](foundation/nsmutableurlrequest/maindocumenturl.md)
