Vert.x发送 HTTP/HTTPS请求及重定向
https://chuna2.787528.xyz/endv/p/11257566.html
重定向
1 context.response().putHeader("location", "/").setStatusCode(302).end()
https://chuna2.787528.xyz/endv/p/11257566.html
重定向
1 context.response().putHeader("location", "/").setStatusCode(302).end()