Contents

httmock 1.4.0

0

A mocking library for requests.

A mocking library for requests.

Stars: 472, Watchers: 472, Forks: 58, Open Issues: 16

The patrys/httmock repo was created 12 years ago and the last code push was 2 years ago.
The project is popular with 472 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.

Related Packages & Articles

hstspreload 2025.1.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.13.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.