https://github.com/frewsxcv/helixhttpclient
Proof-of-concept Ruby HTTP client with a Rust backend (powered by Helix).
https://github.com/frewsxcv/helixhttpclient
helix http ruby rust
Last synced: 9 months ago
JSON representation
Proof-of-concept Ruby HTTP client with a Rust backend (powered by Helix).
- Host: GitHub
- URL: https://github.com/frewsxcv/helixhttpclient
- Owner: frewsxcv
- Created: 2017-04-29T22:10:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T22:10:22.000Z (almost 9 years ago)
- Last Synced: 2025-07-09T08:11:57.930Z (9 months ago)
- Topics: helix, http, ruby, rust
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helix-http-client
Proof-of-concept Ruby HTTP client with a Rust backend (powered by [Helix](https://github.com/tildeio/helix)).
```ruby
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](https://creativecommons.org/publicdomain/zero/1.0/)