- Building Microservices with Go
- Nic Jackson
- 45字
- 2021-07-15 17:28:03
RedirectHandler
The RedirectHandler function returns a request handler that redirects each request it receives to the given URI using the given status code. The provided code should be in the 3xx range and is usually StatusMovedPermanently, StatusFound, or StatusSeeOther:
func RedirectHandler(url string, code int) Handler
推薦閱讀
- C++程序設計教程
- MySQL數據庫應用與管理 第2版
- JS全書:JavaScript Web前端開發指南
- 零基礎學Java程序設計
- Apache Kafka Quick Start Guide
- Python編程從0到1(視頻教學版)
- 深入實踐Kotlin元編程
- 平面設計經典案例教程:CorelDRAW X6
- 面向對象程序設計及C++(第3版)
- JavaEE架構與程序設計
- INSTANT LESS CSS Preprocessor How-to
- Mastering ArcGIS Server Development with JavaScript
- PHP 7 Programming Blueprints
- Mastering Magento Theme Design
- Hands-On Artificial Intelligence with Unreal Engine