-
Notifications
You must be signed in to change notification settings - Fork 0
antoinemiquel/clamav_rest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
docker build -t rest-python --build-arg HTTP_PROXY=$http_proxy . docker run -d --name my-rest-api -p 8080:8080 rest-python docker exec -it my-rest-api bash docker stop my-rest-api;docker rm my-rest-api ################################################ # api use 2 ################################################ # get tasks curl -i http://localhost:8080/tasks # get task curl -i http://localhost:8080/tasks/1 # post a file curl -i -X POST -F [email protected] http://localhost:8080/files
About
rest API for clamav
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published