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

# httpMethod

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

## Declaration

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