<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEFilterBrowserFlow",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NEFilterBrowserFlow"
  },
  "title" : "NEFilterBrowserFlow"
}
-->

# NEFilterBrowserFlow

A flow of network data, originating from a WebKit-based browser, that the filter examines.

```
class NEFilterBrowserFlow
```

## Topics

### Getting browser flow properties

[`parentURL`](/documentation/NetworkExtension/NEFilterBrowserFlow/parentURL)

A URL of the web page that’s responsible for the flow’s creation.

[`request`](/documentation/NetworkExtension/NEFilterBrowserFlow/request)

An HTTP request of the flow.

[`response`](/documentation/NetworkExtension/NEFilterBrowserFlow/response)

An HTTP response of the flow.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`Hashable`](/documentation/Swift/Hashable)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

### Inherits From

[`NEFilterFlow`](/documentation/NetworkExtension/NEFilterFlow)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)