Browse Source

update readme with cap. http methods

tags/v0.9.0
jimzhan 9 years ago
parent
commit
7c86286a41
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File



```go ```go
app := rex.new() app := rex.new()
app.Get("/", func(w http.ResponseWriter, r *http.Request) {
app.GET("/", func(w http.ResponseWriter, r *http.Request) {
io.WriteString(w, "index page") io.WriteString(w, "index page")
}) })



Loading…
Cancel
Save