update components
This commit is contained in:
Vendored
+21
@@ -0,0 +1,21 @@
|
||||
Content-type: application/json
|
||||
|
||||
{"foo":"bar"}
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["header-name", "Content-type:"],
|
||||
" application/json",
|
||||
["application/json", [
|
||||
["punctuation", "{"],
|
||||
["string", "\"foo\""],
|
||||
["punctuation", ":"],
|
||||
["string", "\"bar\""],
|
||||
["punctuation", "}"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for JSON content in HTTP.
|
||||
Reference in New Issue
Block a user