package
0.0.0-20221121132158-48da9bfccab5
Repository: https://github.com/links2004/grpc-gateway-csv.git
Documentation: pkg.go.dev

# 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