<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c8d94ef9b1dd856a0b2e600328e8c218ae1bc89a">c8d94ef9</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-08-02T00:36:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Request: Fix Language property and add ContentType and ContentLength properties.

[GB.WEB]
* NEW: Request.ContentType is a new property that returns the Content-Type HTTP header.
* NEW: Request.ContentLength is a new property that returns the Content-Length HTTP header, or -1 if the header is not present.
* BUG: Request.Language now uses an internal dictionary to convert the Accept-Language HTTP header to a correct system language.
* BUG: Request.Language now takes the priority of languages specified in the Accept-Language HTTP header into account.
* BUG: If the request exceeds the maximum size defined by Request.MaxFileSize, a "Request too big" error is raised instead of "Response too big".
</pre>
</li>
</ul>
<h4>4 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c8d94ef9b1dd856a0b2e600328e8c218ae1bc89a#a0037d6f25d795b62bfdea448da85e5449bf43e5">
comp/src/gb.web/.src/Main.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c8d94ef9b1dd856a0b2e600328e8c218ae1bc89a#c348ab906e33ec559ad1bacb8494561dc429e8fb">
comp/src/gb.web/.src/Request.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c8d94ef9b1dd856a0b2e600328e8c218ae1bc89a#8e4d714b8de7c9f81c17d9b6604ee6dd801068f8">
comp/src/gb.web/.src/_Request_Post.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c8d94ef9b1dd856a0b2e600328e8c218ae1bc89a#2781f3793477ce6df2d51e7670f36faf49d4bfc2">
<span class="new-file">
+
comp/src/gb.web/lang.cache
</span>
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.com/gambas/gambas/commit/c8d94ef9b1dd856a0b2e600328e8c218ae1bc89a">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/gambas/gambas/commit/c8d94ef9b1dd856a0b2e600328e8c218ae1bc89a"}}</script>


</p>
</div>
</body>
</html>