ended3월 14일· 1 sources
Building a Python-requests-style HTTP Client in Haskell
Haskell로 Python requests 스타일의 HTTP 클라이언트 만들기
Why it matters
The author describes their journey of building a Python-requests-style HTTP client library in Haskell. After finding existing options like http-client, wreq, and req either too complex or unmaintained (http-dispatch), they created their own library with a simple Request/Response abstraction and a send function that handles serialization via typeclasses.
1
Sources
+0
24h
—
Growth
191d
Active
aws sigv4boto3ec2haskellhmac sha256http clienthttp-clienthttp-dispatchpython requests