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

Provide request_class, response_class for httpx.Client #3199

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on May 11, 2024

  1. Add request_class

    q0w committed May 11, 2024
    Configuration menu
    Copy the full SHA
    aae8a97 View commit details
    Browse the repository at this point in the history
  2. Add response_class

    q0w committed May 11, 2024
    Configuration menu
    Copy the full SHA
    9a62cb9 View commit details
    Browse the repository at this point in the history
  3. fixup! Add request_class

    q0w committed May 11, 2024
    Configuration menu
    Copy the full SHA
    8045218 View commit details
    Browse the repository at this point in the history
  4. fixup! Add response_class

    q0w committed May 11, 2024
    Configuration menu
    Copy the full SHA
    1fa7e16 View commit details
    Browse the repository at this point in the history
  5. Make request_class read-only

    q0w committed May 11, 2024
    Configuration menu
    Copy the full SHA
    1e375db View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Move response_class to BaseClient

    q0w committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3dd6289 View commit details
    Browse the repository at this point in the history
  2. default response_class = Response

    q0w committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8d3e7d2 View commit details
    Browse the repository at this point in the history
  3. default response_class = Response

    q0w committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    73b2937 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. typing self workaround

    q0w committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8f763f9 View commit details
    Browse the repository at this point in the history