Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
copy(with:)
Prepare to submit this form. A Connection object is created with the request set up from the form values. You can then set up other options (like user-agent, timeout, cookies), then execute it.
override func copy(with zone: NSZone? = nil) -> Any
<return>
<throws>
document’s base URI when parsing.
Get the data that this form submits. The returned list is a copy of the data, and changes to the contents of the list will not be reflected in the DOM.
<return>