issues
search
yona-lang
/
yona
Yona is a modern take on a dynamic general-purpose programming language with advanced functional programming, minimalistic ML-like syntax, strict evaluation, for GraalVM polyglot virtual machine (VM).
https://yona-lang.org/
GNU General Public License v3.0
127
stars
6
forks
source link
Allow Http modules to work with both text and binary input
#45
Closed
akovari
closed
4 years ago
akovari
commented
4 years ago
[x]
Http\Server::handle
should be able to handle binary body
[x]
Http\Client
should be able to receive binary body
Http\Server::handle
should be able to handle binary bodyHttp\Client
should be able to receive binary body