README ¶ Example In order to run the example use: $ go run . grpc on :8080 .. http on :8081 .. and call the http endpoint: $ curl -H 'Content-Type: text/csv' http://localhost:8081/v1/example Col1;Col2;Col3;Col4;Col5 dreggn;42;true;one|two;k1:v1 dreggn;42;true;eins|zwo;k1:v1 Expand ▾ Collapse ▴ Documentation ¶ Overview ¶ Package main is a reverse proxy. It translates gRPC into RESTful JSON APIs. Source Files ¶ View all Source files example-service.pb.go example-service.pb.gw.go example-service_grpc.pb.go main.go Click to show internal directories. Click to hide internal directories.