diff --git a/main.tex b/main.tex index cfd0ccd..7502e18 100644 --- a/main.tex +++ b/main.tex @@ -317,7 +317,7 @@ instance; \item When information is exchanged by HTTP, input data is encoded - as \texttt{application/x-www-form-urlencoded}, while output data + as the MIME type \texttt{application/x-www-form-urlencoded}, while output data is encoded as \textsc{JSON}\cite{wiki:json}. Sessions are identified by a token that must be included in the query string of each call;