Browse Source

Update README.md

Volodymyr Tkach 2 years ago
parent
commit
b904cf8b27
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -193,3 +193,9 @@ func main() {
     rollbar.Wait()
     rollbar.Wait()
 }
 }
 ```
 ```
+
+HTTP request redirect helper:
+
+```go
+func redirect.Handler(url string) http.Handler
+```