Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass matcher into parser to ignore specific paths #9

Conversation

andersjanmyr
Copy link

@andersjanmyr andersjanmyr commented Jun 19, 2022

One way to resolve #7

        let config = esi::Configuration::default()
            .with_recursion()
            .with_matcher(&|src| !src.contains("ignore"));

@andersjanmyr andersjanmyr force-pushed the pass_matcher_into_parser_to_ignore_specific_paths branch 3 times, most recently from d9cd1e5 to 9bcc446 Compare June 20, 2022 15:00
@andersjanmyr andersjanmyr force-pushed the pass_matcher_into_parser_to_ignore_specific_paths branch from 9bcc446 to f705558 Compare June 20, 2022 15:39
@kailan kailan self-assigned this Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add method of ignoring some fragments and pass them on to the client
2 participants