An open API service indexing awesome lists of open source software.

https://github.com/yuras/lean4-http-client

Http client for lean4
https://github.com/yuras/lean4-http-client

http http-client lean4

Last synced: 7 months ago
JSON representation

Http client for lean4

Awesome Lists containing this project

README

          

HTTP client for Lean4

Status: not designed for any serious use, at least not yet

Example

```lean
import «HttpClient»

def main : IO Unit := do
let response ← HttpClient.get "http://localhost:8080/test"
IO.println response
```

For more control, use `HttpClient.runRequest`