Contents

httmock 1.4.0

0

A mocking library for requests.

A mocking library for requests.

Stars: 463, Watchers: 463, Forks: 57, Open Issues: 17

The patrys/httmock repo was created 11 years ago and the last code push was 6 months ago.
The project is popular with 463 github stars!

How to Install httmock

You can install httmock using pip

pip install httmock

or add it to a project with poetry

poetry add httmock

Package Details

Author
Patryk Zawadzki
License
Apache-2.0
Homepage
https://github.com/patrys/httmock
PyPi:
https://pypi.org/project/httmock/
GitHub Repo:
https://github.com/patrys/httmock

Classifiers

  • Software Development/Testing
No  httmock  pypi packages just yet.

Errors

A list of common httmock errors.

Code Examples

Here are some httmock code examples and snippets.

GitHub Issues

The httmock package has 17 open issues on GitHub

  • Drop support for EOL Python 2.7, 3.4-3.6
  • Test with GitHub Actions
  • Add tox.ini to make local testing easy

See more issues on GitHub

Related Packages & Articles

hstspreload 2024.4.1

The hstspreload Python package provides a way to interact with the Chromium HSTS preload list, which is a list of sites that are hardcoded to be HTTPS only for enhanced security. This package allows users to check if a host is on this list, indicating that it should only be accessed via HTTPS. It is updated monthly, but can be manually updated if necessary.

aiohttp 3.9.3

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.