multipart/form-data
is a lot bulkier than application/x-www-form-urlencoded
; the latter is just a bunch of keys and values (and can be parsed the same way whether for GET
or POST
), whereas the former requires full MIME support, and is thus more useful when you have data that can't simply be represented as key/value pairs.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…