<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: -",
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEURLFilterManager/ParsingConfiguration/QueryOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "s:16NetworkExtension18NEURLFilterManagerC20ParsingConfigurationV12QueryOptionsV"
  },
  "title" : "NEURLFilterManager.ParsingConfiguration.QueryOptions"
}
-->

# NEURLFilterManager.ParsingConfiguration.QueryOptions

A type that represents options for parsing the URL query component.

```
struct QueryOptions
```

## Topics

### Creating a query options instance

[`init(excluded: Bool, parameters: [String]?)`](/documentation/NetworkExtension/NEURLFilterManager/ParsingConfiguration/QueryOptions/init(excluded:parameters:))

Creates a new query options configuration with default values.

### Working with query options

[`var excluded: Bool`](/documentation/NetworkExtension/NEURLFilterManager/ParsingConfiguration/QueryOptions/excluded)

A Boolean value that indicates whether to exclude the query component from URL parsing.

[`var parameters: [String]?`](/documentation/NetworkExtension/NEURLFilterManager/ParsingConfiguration/QueryOptions/parameters)

An array of parameter names to extract.

## Relationships

### Conforms To

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

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

---

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)