Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Bastien Gounon
xcache-flusher
Commits
7c3dbfde
Commit
7c3dbfde
authored
Jul 30, 2020
by
Bastien Gounon
🐗
Browse files
Update README.md
parent
c7143a5b
Pipeline
#78301
passed with stage
in 7 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
7c3dbfde
...
...
@@ -8,5 +8,5 @@ Server will listen on port 8080
# Client side
Client just needs to call the DELETE HTTP operation on the server URL with method
`flush`
. Optionnally provide authentication token in the URL.
\
example:
*
with authentication:
`curl -X DELETE http://127.0.0.1:8080/flush\?token\=
testos
`
*
with authentication:
`curl -X DELETE http://127.0.0.1:8080/flush\?token\=
mysecretpassword
`
*
without authentication:
`curl -X DELETE http://127.0.0.1:8080/flush`
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment