---
title: httpMethod
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkforminfo/httpmethod
---

# httpMethod

## Declaration

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

## Discussion

Discussion The HTTP method used to submit the form; generally either @“GET” or @“POST”.
