Naja-atra

Latest version: v1.1.4

Safety actively analyzes 682334 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.4

You can use `logger.set_custom_logger` function to set your own logger now.

1.1.3

When python3.9 or above is being used, annotations `list[str]` can be used in your controller's parameters.

example:

pythone
route("/arr")
def arr(arr: list[str]):
return {"code": 0, "message": f"{arr}"}

1.1.1

1. When `Content-Length` and `Tranfer-Encoding` headers are bote omitted, `read` and `read_to_end` method will always return b''
2. `read(-1)` will always return bufferred data now.

1.0.2

Rename from `python-simple-http-server`, move some modules to separated projects.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.