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 73c77a6 commit a3d1f1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// {cat=Other; effects=Direct; backend=HttpClient}: Command output streaming with os-lib support

//> using dep com.lihaoyi::os-lib:0.11.3
//> using dep com.softwaremill.sttp.client4::core:4.0.0-M22

package sttp.client4.examples

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

//> using dep com.lihaoyi::os-lib:0.11.3
//> using dep com.softwaremill.sttp.client4::core:4.0.0-M22

package sttp.client4.examples

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

//> using dep com.lihaoyi::os-lib:0.11.3
//> using dep com.softwaremill.sttp.client4::core:4.0.0-M22

package sttp.client4.examples

import sttp.client4.*
Expand Down

0 comments on commit a3d1f1a

Please sign in to comment.