mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-07 17:19:32 +00:00
deploy: 89ccaa1b57
This commit is contained in:
@@ -50,10 +50,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="">Functions</h2>
|
||||
<div class="table" data-togglable="Functions"><a data-name="-303753907%2FFunctions%2F-1052446920" anchor-label="createKtorServer" id="-303753907%2FFunctions%2F-1052446920" data-filterable-set=":micro_utils.dokka:dokkaHtml/jvmMain"></a>
|
||||
<div class="table" data-togglable="Functions"><a data-name="1435826552%2FFunctions%2F-1052446920" anchor-label="createKtorServer" id="1435826552%2FFunctions%2F-1052446920" data-filterable-set=":micro_utils.dokka:dokkaHtml/jvmMain"></a>
|
||||
<div class="table-row" data-filterable-current=":micro_utils.dokka:dokkaHtml/jvmMain" data-filterable-set=":micro_utils.dokka:dokkaHtml/jvmMain">
|
||||
<div class="main-subrow keyValue ">
|
||||
<div class=""><span class="inline-flex"><a href="create-ktor-server.html"><span>create</span><wbr></wbr><span>Ktor</span><wbr></wbr><span><span>Server</span></span></a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-303753907%2FFunctions%2F-1052446920"></span>
|
||||
<div class=""><span class="inline-flex"><a href="create-ktor-server.html"><span>create</span><wbr></wbr><span>Ktor</span><wbr></wbr><span><span>Server</span></span></a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1435826552%2FFunctions%2F-1052446920"></span>
|
||||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div>
|
||||
@@ -63,13 +63,13 @@
|
||||
<div class="title"><div class="divergent-group" data-filterable-current=":micro_utils.dokka:dokkaHtml/jvmMain" data-filterable-set=":micro_utils.dokka:dokkaHtml/jvmMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
|
||||
|
||||
<div>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/jvmMain"><div class="symbol monospace">fun <a href="create-ktor-server.html">createKtorServer</a>(host: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a> = "localhost", port: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a> = Random.nextInt(1024, 65535), block: <span data-unresolved-link="/&lt;ERROR CLASS&gt;///PointingToDeclaration/"><ERROR CLASS></span>.() -> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>): <span data-unresolved-link="/&lt;ERROR CLASS&gt;///PointingToDeclaration/"><ERROR CLASS></span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/jvmMain"><div class="symbol monospace">fun <a href="create-ktor-server.html">createKtorServer</a>(host: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a> = "localhost", port: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a> = Random.nextInt(1024, 65535), block: <span data-unresolved-link="/&lt;ERROR CLASS&gt;///PointingToDeclaration/"><ERROR CLASS></span>.() -> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>): <span data-unresolved-link="/&lt;ERROR CLASS&gt;///PointingToDeclaration/"><ERROR CLASS></span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="symbol monospace">fun <a href="create-ktor-server.html">createKtorServer</a>(host: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a> = "localhost", port: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a> = Random.nextInt(1024, 65535), configurators: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../dev.inmo.micro_utils.ktor.server.configurators/-ktor-application-configurator/index.html">KtorApplicationConfigurator</a>>): <span data-unresolved-link="/&lt;ERROR CLASS&gt;///PointingToDeclaration/"><ERROR CLASS></span><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
<div class="brief "><p class="paragraph">Create server with CIO server engine without starting of it</p></div></div>
|
||||
<div class="divergent-group" data-filterable-current=":micro_utils.dokka:dokkaHtml/jvmMain" data-filterable-set=":micro_utils.dokka:dokkaHtml/jvmMain"><div class="with-platform-tags"><span class="pull-right"></span></div>
|
||||
|
||||
<div>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/jvmMain"><div class="symbol monospace">fun <<a href="create-ktor-server.html">TEngine</a>, <a href="create-ktor-server.html">TConfiguration</a>> <a href="create-ktor-server.html">createKtorServer</a>(engine: <span data-unresolved-link="/&lt;ERROR CLASS&gt;///PointingToDeclaration/"><ERROR CLASS></span><<a href="create-ktor-server.html">TEngine</a>, <a href="create-ktor-server.html">TConfiguration</a>>, host: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a> = "localhost", port: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a> = Random.nextInt(1024, 65535), block: <span data-unresolved-link="/&lt;ERROR CLASS&gt;///PointingToDeclaration/"><ERROR CLASS></span>.() -> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>): <a href="create-ktor-server.html">TEngine</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/jvmMain"><div class="symbol monospace">fun <<a href="create-ktor-server.html">TEngine</a>, <a href="create-ktor-server.html">TConfiguration</a>> <a href="create-ktor-server.html">createKtorServer</a>(engine: <span data-unresolved-link="/&lt;ERROR CLASS&gt;///PointingToDeclaration/"><ERROR CLASS></span><<a href="create-ktor-server.html">TEngine</a>, <a href="create-ktor-server.html">TConfiguration</a>>, host: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a> = "localhost", port: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a> = Random.nextInt(1024, 65535), block: <span data-unresolved-link="/&lt;ERROR CLASS&gt;///PointingToDeclaration/"><ERROR CLASS></span>.() -> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a>): <a href="create-ktor-server.html">TEngine</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><div class="symbol monospace">fun <<a href="create-ktor-server.html">TEngine</a>, <a href="create-ktor-server.html">TConfiguration</a>> <a href="create-ktor-server.html">createKtorServer</a>(engine: <span data-unresolved-link="/&lt;ERROR CLASS&gt;///PointingToDeclaration/"><ERROR CLASS></span><<a href="create-ktor-server.html">TEngine</a>, <a href="create-ktor-server.html">TConfiguration</a>>, host: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a> = "localhost", port: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html">Int</a> = Random.nextInt(1024, 65535), configurators: <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><<a href="../dev.inmo.micro_utils.ktor.server.configurators/-ktor-application-configurator/index.html">KtorApplicationConfigurator</a>>): <a href="create-ktor-server.html">TEngine</a><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user