1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-29 18:04:17 +02:00
go-micro/examples/proxy/ruby/http_client.rb
2020-12-26 15:17:20 +00:00

4 lines
66 B
Ruby

require './proxy'
puts http_call("/greeter", {"name" => "John"})