Skip to content

Proof-of-concept Ruby HTTP client with a Rust backend (powered by Helix).

Notifications You must be signed in to change notification settings

frewsxcv/helixhttpclient

Repository files navigation

helix-http-client

Proof-of-concept Ruby HTTP client with a Rust backend (powered by Helix).

require 'helixhttpclient'

response = HelixHttpClient.get("http://meow.com")

# Print the response body
puts response.body

# Print the status code
puts response.code

License

CC0 1.0 Universal - Public Domain Dedication

About

Proof-of-concept Ruby HTTP client with a Rust backend (powered by Helix).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published