You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
kratos/examples/http
longxboy eb958b2093
add path for rpc stub (#947)
4 years ago
..
gin examples: add http examples (#822) 4 years ago
handler add path for rpc stub (#947) 4 years ago
health http/health: add health checker (#830) 4 years ago
mux examples: add http examples (#822) 4 years ago
static examples: add http examples (#822) 4 years ago
upload examples: add http examples (#822) 4 years ago
README.md Add README file for http & helloworld examples (#839) 4 years ago

README.md

Run the examples

gin

1、Compile and execute the server code:

$ go run gin/main.go

2、From a different terminal, access the api to see the output:

$ curl http://127.0.0.1:8000/home
Hello Gin!

mux

1、Compile and execute the server code:

$ go run mux/main.go

2、From a different terminal, access the api to see the output:

$ curl http://127.0.0.1:8000/home
Hello Gorilla Mux!

static

1、Compile and execute the server code:

$ go run static/main.go

2、Access the following url with your browser:

http://127.0.0.1:8000/assets