Sfoglia il codice sorgente

doc(context): add status func comment. (#1042)

Eason Lin 8 anni fa
parent
commit
7fafb3f4a1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      context.go

+ 1 - 0
context.go

@@ -561,6 +561,7 @@ func bodyAllowedForStatus(status int) bool {
 	return true
 }
 
+// Status sets the HTTP response code.
 func (c *Context) Status(code int) {
 	c.writermem.WriteHeader(code)
 }