Skip to content

Commit

Permalink
Implementation of reported remarks + adding example of command output…
Browse files Browse the repository at this point in the history
… streaming with os-lib support.
  • Loading branch information
adamwkaczmarek committed Jan 14, 2025
1 parent 8441264 commit 73c77a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// {cat=Other; effects=Direct; backend=HttpClient}: Command output streaming with os-lib support

//> using dep com.lihaoyi::os-lib:0.11.3
package sttp.client4.examples

import sttp.client4.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// {cat=Other; effects=Direct; backend=HttpClient}: Download file
// {cat=Other; effects=Direct; backend=HttpClient}: Download file with os-lib support

//> using dep com.lihaoyi::os-lib:0.11.3
package sttp.client4.examples
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// {cat=Other; effects=Direct; backend=HttpClient}: Download file
// {cat=Other; effects=Direct; backend=HttpClient}: Download file with os-lib support

//> using dep com.lihaoyi::os-lib:0.11.3
package sttp.client4.examples
Expand Down

0 comments on commit 73c77a6

Please sign in to comment.