mirror of
https://github.com/go-micro/go-micro.git
synced 2025-04-23 11:07:43 +02:00
4 lines
66 B
Ruby
4 lines
66 B
Ruby
|
require './proxy'
|
||
|
|
||
|
puts http_call("/greeter", {"name" => "John"})
|