Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2018-07-05 17:51:20 +00:00
parent 7053658869
commit e63a6940ec
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
<span xmlns:d="http://docbook.org/ns/docbook" class="hl-comment">// grab configuration from Config object</span>
<span xmlns:d="http://docbook.org/ns/docbook" class="hl-keyword">return</span> (exchange, chain) -&gt; {
<span xmlns:d="http://docbook.org/ns/docbook" class="hl-keyword">return</span> chain.filter(exchange).then(Mono.fromRunnable(() -&gt; {
ServerHttpReponse response = exchange.getResponse();
ServerHttpResponse response = exchange.getResponse();
<span xmlns:d="http://docbook.org/ns/docbook" class="hl-comment">//Manipulate the response in some way</span>
}));
};