-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete method #19
Comments
Having the same problem: {
ok: false,
error: "method "DELETE" is not allowed"
} |
+1 for a DELETE method |
huh just do it yourself, it isnt too hard, copy one of the other handlers and make it delete the file |
I am using this in an integration-test environment. Instead of DELETE i would even prefer a "flush" endpoint to reset the server completely. For usability reasons this should be activated on demand by command line flag. |
is there still needs for DELETE method? and I recommend to run this server in the container. Recreating the container will reset anything... |
Not needed for our use case currently.
We did a rework of our tests.
Mei Akizuru ***@***.***> schrieb am So., 24. März 2024, 15:03:
… is there still needs for DELETE method?
and I recommend to run this server in the container. Recreating the
container will reset anything...
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHY6UHNR2JC24R3EGRCXSTDYZ3MJVAVCNFSM4K5DRTTKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBRGY4DCOJYGE4Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Is there one method to delete files?
The text was updated successfully, but these errors were encountered: