Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Aug 9, 2020
1 parent c5622ed commit 1d2b10b
Show file tree
Hide file tree
Showing 69 changed files with 121 additions and 102 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Reduces unnecessary operations.

Adds tests for cookie.

Reduces unnecessary imports and compilation time.

## 0.3.0

Windows support multi-thread HTTP server(httpx).
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:28 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:24 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/application.html
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:28 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:24 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/basicregex.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h1 class="title">prologue/core/basicregex</h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:08 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:16 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/beast/request.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:10 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:17 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/beast/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:17 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:07 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:15 UTC</small>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/coreapi/prologue/core/constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h1 class="title">prologue/core/constants</h1>
<a class="reference reference-toplevel" href="#10" id="60">Consts</a>
<ul class="simple simple-toc-section">
<li><a class="reference" href="#PrologueVersion"
title="PrologueVersion = &quot;0.3.0&quot;"><wbr />Prologue<wbr />Version<span class="attachedType"></span></a></li>
title="PrologueVersion = &quot;0.3.2&quot;"><wbr />Prologue<wbr />Version<span class="attachedType"></span></a></li>
<li><a class="reference" href="#ProloguePrefix"
title="ProloguePrefix = &quot;PROLOGUE_&quot;"><wbr />Prologue<wbr />Prefix<span class="attachedType"></span></a></li>

Expand All @@ -113,7 +113,7 @@ <h1 class="title">prologue/core/constants</h1>
<h1><a class="toc-backref" href="#10">Consts</a></h1>
<dl class="item">
<a id="PrologueVersion"></a>
<dt><pre><a href="constants.html#PrologueVersion"><span class="Identifier">PrologueVersion</span></a> <span class="Other">=</span> <span class="StringLit">&quot;0.3.0&quot;</span></pre></dt>
<dt><pre><a href="constants.html#PrologueVersion"><span class="Identifier">PrologueVersion</span></a> <span class="Other">=</span> <span class="StringLit">&quot;0.3.2&quot;</span></pre></dt>
<dd>

The version of Prologue.
Expand Down Expand Up @@ -144,7 +144,7 @@ <h1><a class="toc-backref" href="#10">Consts</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:30:58 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:15 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/context.html
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:17 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/encode.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:10 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:16 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:17 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/httpexception.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h1><a class="toc-backref" href="#7">Types</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:07 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:15 UTC</small>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/coreapi/prologue/core/middlewaresbase.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>


&nbsp;&nbsp;<a
href="https://github.com/planety/prologue/tree/master/src/prologue/core/middlewaresbase.nim#L51"
href="https://github.com/planety/prologue/tree/master/src/prologue/core/middlewaresbase.nim#L53"
class="link-seesrc" target="_blank">Source</a>
<a href="https://github.com/planety/prologue/edit/devel/src/prologue/core/middlewaresbase.nim#L51" class="link-seesrc" target="_blank" >Edit</a>
<a href="https://github.com/planety/prologue/edit/devel/src/prologue/core/middlewaresbase.nim#L53" class="link-seesrc" target="_blank" >Edit</a>

</dd>

Expand All @@ -156,7 +156,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:17 UTC</small>
</div>
</div>
</div>
Expand Down
14 changes: 7 additions & 7 deletions docs/coreapi/prologue/core/nativesettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>

Creates a new settings.
&nbsp;&nbsp;<a
href="https://github.com/planety/prologue/tree/master/src/prologue/core/nativesettings.nim#L63"
href="https://github.com/planety/prologue/tree/master/src/prologue/core/nativesettings.nim#L62"
class="link-seesrc" target="_blank">Source</a>
<a href="https://github.com/planety/prologue/edit/devel/src/prologue/core/nativesettings.nim#L63" class="link-seesrc" target="_blank" >Edit</a>
<a href="https://github.com/planety/prologue/edit/devel/src/prologue/core/nativesettings.nim#L62" class="link-seesrc" target="_blank" >Edit</a>

</dd>
<a id="newSettings,JsonNode,string,openArray[string],string"></a>
Expand All @@ -306,9 +306,9 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>

Creates a new settings.
&nbsp;&nbsp;<a
href="https://github.com/planety/prologue/tree/master/src/prologue/core/nativesettings.nim#L75"
href="https://github.com/planety/prologue/tree/master/src/prologue/core/nativesettings.nim#L74"
class="link-seesrc" target="_blank">Source</a>
<a href="https://github.com/planety/prologue/edit/devel/src/prologue/core/nativesettings.nim#L75" class="link-seesrc" target="_blank" >Edit</a>
<a href="https://github.com/planety/prologue/edit/devel/src/prologue/core/nativesettings.nim#L74" class="link-seesrc" target="_blank" >Edit</a>

</dd>
<a id="newSettings,string,string,openArray[string],string"></a>
Expand All @@ -320,9 +320,9 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>

Creates a new settings.
&nbsp;&nbsp;<a
href="https://github.com/planety/prologue/tree/master/src/prologue/core/nativesettings.nim#L83"
href="https://github.com/planety/prologue/tree/master/src/prologue/core/nativesettings.nim#L82"
class="link-seesrc" target="_blank">Source</a>
<a href="https://github.com/planety/prologue/edit/devel/src/prologue/core/nativesettings.nim#L83" class="link-seesrc" target="_blank" >Edit</a>
<a href="https://github.com/planety/prologue/edit/devel/src/prologue/core/nativesettings.nim#L82" class="link-seesrc" target="_blank" >Edit</a>

</dd>

Expand All @@ -335,7 +335,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:10 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:16 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h1><a class="toc-backref" href="#13">Funcs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:30:58 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:15 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/request.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:10 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:17 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/response.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ <h1><a class="toc-backref" href="#17">Macros</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:30:58 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:14 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/route.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ <h1><a class="toc-backref" href="#15">Iterators</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:17 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:17 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/types.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:30:58 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:15 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/urandom.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:10 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:16 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/prologue/core/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h1><a class="toc-backref" href="#18">Templates</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:30:57 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:14 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/coreapi/theindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ <h1 class="title">Index</h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br/>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 01:31:29 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2020-08-09 11:03:25 UTC</small>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 1d2b10b

Please sign in to comment.