cossack icon indicating copy to clipboard operation
cossack copied to clipboard

Updated Request body to accept String, Bytes, IO or Nil

Open naqvis opened this issue 4 years ago • 0 comments

Body with String type was more restrictive and for arbitrary large binary files, it required to read everything into String and then invoke Request method. Crystal HTTP::Request also accepts the same modified Body types.

naqvis avatar Jul 27 '19 12:07 naqvis