File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ import Foundation
176176 /// }.resume()
177177 ///
178178 /// - Parameters:
179- /// - request: URLRequest to capture.
179+ /// - url: URL to capture.
180180 /// - method: HTTP Method (e.g. "GET" or "POST")
181181 /// - viewName: (Optional) Name of the current view to group the request
182182 ///
Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ protocol HTTPMarkerDelegate: AnyObject {
8787 ///
8888 /// - Parameters:
8989 /// - result: Pass the HTTPCaptureResult when the request has been completed.
90- /// - error: Optional Error
9190 ///
9291 /// Note: Make sure you don't call any methods on this HTTPMarker after you called finish
9392 @objc public func finish( _ result: HTTPCaptureResult ) {
You can’t perform that action at this time.
0 commit comments