objectionary / ideas

Here we keep ideas for future research in EO programming language and Polystat static analyzer
https://www.eolang.org
7 stars 0 forks source link

eo-http: requests and responses for HTTP #39

Open yegor256 opened 2 years ago

yegor256 commented 2 years ago

Would be great to have objects representing a request and response in HTTP protocol. Something like this:

+import org.eolang.http.http-request

http-request data > r
r.cookies
r.method
r.body
r.uri

And so on.

volodya-lombrozo commented 1 year ago

@yegor256 Maybe it would be better to transfer it to https://github.com/objectionary/eo-http ?