This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
rex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
update readme with cap. http methods
tags/v0.9.0
jimzhan
9 years ago
parent
5776664cee
commit
7c86286a41
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
+1
-1
README.md
+ 1
- 1
README.md
View File
```go
```go
app := rex.new()
app := rex.new()
app.G
et
("/", func(w http.ResponseWriter, r *http.Request) {
app.G
ET
("/", func(w http.ResponseWriter, r *http.Request) {
io.WriteString(w, "index page")
io.WriteString(w, "index page")
})
})
Write
Preview
Loading…
Cancel
Save