Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. scheme := ""
  2. if c.Ctx.Input.IsSecure() != false {
  3. scheme = "https"
  4. } else {
  5. scheme = "http"
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement