klein icon indicating copy to clipboard operation
klein copied to clipboard

Implemented delete URL endpoint

Open am831 opened this issue 2 years ago • 0 comments

Description

Implemented the option to delete a URL endpoint for all storage drivers. The DELETE http verb can now be passed with the curl command. Another change was made as well: for the file storage driver, a directory called 'urls' (default path) is created automatically if it does not already exist and no other path is specified.

Issue ticket link

https://github.com/kamaln7/klein/issues/14

How has this been tested?

Tested using memory and file storage drivers. Sample run: memory

am831 avatar Dec 03 '22 21:12 am831