CMD + K

safehttpx

Anaconda Verified

A small Python library created to help developers protect their applications from Server Side Request Forgery (SSRF) attacks.

Installation

To install this package, run one of the following:

Conda
$conda install main::safehttpx

Usage Tracking

0.1.7
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

A small Python library created to help developers protect their applications from Server Side Request Forgery (SSRF) attacks. It implements an asynchronous GET method called safehttpx.get(), which is a wrapper around httpx.AsyncClient.get() while performing DNS validation on the supplied URL using Google DNS.

About

Summary

A small Python library created to help developers protect their applications from Server Side Request Forgery (SSRF) attacks.

Last Updated

Nov 17, 2025 at 23:40

License

Apache-2.0

Total Downloads

210

Supported Platforms

linux-64
linux-aarch64
macOS-arm64
win-64