From 75b4194371af90ee9607511101af72cf8c351fd3 Mon Sep 17 00:00:00 2001 From: Claudio Maggioni Date: Thu, 24 May 2018 10:51:48 +0200 Subject: [PATCH] Fixed line overflow on english version --- main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;