---
title: NEURLFilterManager.ParsingConfiguration.PathOptions
framework: networkextension
role: symbol
role_heading: Structure
path: networkextension/neurlfiltermanager/parsingconfiguration/pathoptions
---

# NEURLFilterManager.ParsingConfiguration.PathOptions

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

## Declaration

```swift
struct PathOptions
```

## Topics

### Creating a path options instance

- [init(excluded:segments:enumerateHierarchy:)](networkextension/neurlfiltermanager/parsingconfiguration/pathoptions/init(excluded:segments:enumeratehierarchy:).md)

### Working with path options

- [excluded](networkextension/neurlfiltermanager/parsingconfiguration/pathoptions/excluded.md)
- [segments](networkextension/neurlfiltermanager/parsingconfiguration/pathoptions/segments.md)
- [enumerateHierarchy](networkextension/neurlfiltermanager/parsingconfiguration/pathoptions/enumeratehierarchy.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Working with configuration options

- [excludeScheme](networkextension/neurlfiltermanager/parsingconfiguration/excludescheme.md)
- [domain](networkextension/neurlfiltermanager/parsingconfiguration/domain.md)
- [NEURLFilterManager.ParsingConfiguration.DomainOptions](networkextension/neurlfiltermanager/parsingconfiguration/domainoptions.md)
- [path](networkextension/neurlfiltermanager/parsingconfiguration/path.md)
- [query](networkextension/neurlfiltermanager/parsingconfiguration/query.md)
- [NEURLFilterManager.ParsingConfiguration.QueryOptions](networkextension/neurlfiltermanager/parsingconfiguration/queryoptions.md)
- [excludeFragment](networkextension/neurlfiltermanager/parsingconfiguration/excludefragment.md)
- [excludeIntermediates](networkextension/neurlfiltermanager/parsingconfiguration/excludeintermediates.md)
- [caseSensitive](networkextension/neurlfiltermanager/parsingconfiguration/casesensitive.md)
