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

feat(netxlite): add flexible HTTP transport factory #1270

Merged
merged 7 commits into from
Sep 14, 2023
Merged

Commits on Sep 14, 2023

  1. feat(netxlite): add flexible HTTP transport factory

    Now that we've clearly labeled and package technical debt, we can
    copy existing technical-debt-ridden code and modify it to obtain a
    flexible factory for creating HTTP transports.
    
    In particular, this factory uses sensible defaults for measuring
    and there are options that you can pass it to customize details
    such as the backend proxy as well as other underlying behavior that
    we previously unconditionally configured.
    
    This factory will be the starting point for having custom network
    functions for the engine in line with ooni/probe#2531.
    bassosimone committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    80bac30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81003c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97c9edf View commit details
    Browse the repository at this point in the history
  4. x

    bassosimone committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b224287 View commit details
    Browse the repository at this point in the history
  5. t push

    Merge branch 'issue/2531' of github.com:ooni/probe-cli into issue/2531
    bassosimone committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cabe77e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a94d747 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d58e197 View commit details
    Browse the repository at this point in the history