m . /common/fluidattacks-core
pyproject.toml pyproje. Make sure to do this as it is required for your changes to be published.common\ pipeline.from fluidattacks_core.git import (
...
)

dns_rebind_protection is True (by default), this library won’t follow redirects, but will instead return the response with a 3XX status code.import asynciofrom fluidattacks_core.git import (
request
)
async def example() -> None:
response = await request("https://fluidattacks.com/", method="GET")
print(response)
asyncio.run(example())
