added missing MIMEMultipartPOSTFORM and changed http.Router Godep.json SHA
This commit is contained in:
		
							
								
								
									
										2
									
								
								Godeps/Godeps.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								Godeps/Godeps.json
									
									
									
										generated
									
									
									
								
							@ -4,7 +4,7 @@
 | 
				
			|||||||
	"Deps": [
 | 
						"Deps": [
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			"ImportPath": "github.com/julienschmidt/httprouter",
 | 
								"ImportPath": "github.com/julienschmidt/httprouter",
 | 
				
			||||||
			"Rev": "00ce1c6a267162792c367acc43b1681a884e1872"
 | 
								"Rev": "b428fda53bb0a764fea9c76c9413512eda291dec"
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	]
 | 
						]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										15
									
								
								gin.go
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								gin.go
									
									
									
									
									
								
							@ -14,13 +14,14 @@ import (
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	AbortIndex   = math.MaxInt8 / 2
 | 
						AbortIndex            = math.MaxInt8 / 2
 | 
				
			||||||
	MIMEJSON     = "application/json"
 | 
						MIMEJSON              = "application/json"
 | 
				
			||||||
	MIMEHTML     = "text/html"
 | 
						MIMEHTML              = "text/html"
 | 
				
			||||||
	MIMEXML      = "application/xml"
 | 
						MIMEXML               = "application/xml"
 | 
				
			||||||
	MIMEXML2     = "text/xml"
 | 
						MIMEXML2              = "text/xml"
 | 
				
			||||||
	MIMEPlain    = "text/plain"
 | 
						MIMEPlain             = "text/plain"
 | 
				
			||||||
	MIMEPOSTForm = "application/x-www-form-urlencoded"
 | 
						MIMEPOSTForm          = "application/x-www-form-urlencoded"
 | 
				
			||||||
 | 
						MIMEMultipartPOSTForm = "multipart/form-data"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type (
 | 
					type (
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user