Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 284 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 284 Bytes

HTTP client for Lean4

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

Example

import «HttpClient»

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

For more control, use HttpClient.runRequest