Skip to content

Commit

Permalink
Update README with new location of large-file.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Mar 22, 2024
1 parent d7c53c8 commit 50be502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/webserver/streaming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ java -jar target/helidon-examples-webserver-streaming.jar

Upload a file and download it back with `curl`:
```shell
curl --data-binary "@target/classes/large-file.bin" http://localhost:8080/upload
curl http://localhost:8080/download
curl --data-binary "@large-file.bin" http://localhost:8080/upload
curl http://localhost:8080/download --output myfile.bin
```
File renamed without changes.

0 comments on commit 50be502

Please sign in to comment.