Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add httpContentType to inputStreamReadable (#35)
* Add httpContentType to inputStreamReadable Since InputStreams manage binary data, we can default it to `application/octet-stream` the same as `Array[Byte]`s or `ByteBuffer`s * Update geny/src/geny/Writable.scala Co-authored-by: Lorenzo Gabriele <[email protected]>
- Loading branch information