@attocash/commons-js 5.0.0 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (282) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeComponents.mjs +2 -2
  2. package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +2 -2
  3. package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +8 -8
  4. package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +68 -68
  5. package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +56 -56
  6. package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +14 -14
  7. package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +10 -10
  8. package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +26 -26
  9. package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +661 -661
  10. package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +4 -4
  11. package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +7 -7
  12. package/commons-commons-core/cash/atto/commons/AttoHash.mjs +8 -8
  13. package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +1 -1
  14. package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +17 -17
  15. package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +8 -8
  16. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +8 -8
  17. package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +26 -26
  18. package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +7 -7
  19. package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +42 -42
  20. package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +2 -2
  21. package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +8 -8
  22. package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +67 -67
  23. package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +11 -11
  24. package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +5 -5
  25. package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +35 -35
  26. package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +11 -11
  27. package/commons-commons-core/cash/atto/commons/AttoVote.mjs +37 -37
  28. package/commons-commons-core/cash/atto/commons/AttoWork.mjs +10 -10
  29. package/commons-commons-core/cash/atto/commons/Extensions.mjs +1 -1
  30. package/commons-commons-core/cash/atto/commons/serialiazer/AttoAddressAsByteArraySerializer.mjs +4 -4
  31. package/commons-commons-core/cash/atto/commons/serialiazer/InstantMillisSerializer.mjs +2 -2
  32. package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +9 -9
  33. package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +1 -1
  34. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.export.d.ts +3 -1
  35. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs +19 -5
  36. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs.map +1 -1
  37. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +72 -72
  38. package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
  39. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs +812 -319
  40. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs.map +1 -1
  41. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs +226 -76
  42. package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map +1 -1
  43. package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +3 -3
  44. package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +50 -50
  45. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.js.mjs +34 -34
  46. package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +56 -56
  47. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
  48. package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
  49. package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
  50. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +1 -1
  51. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
  52. package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +1 -1
  53. package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +1 -1
  54. package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +7 -7
  55. package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +76 -76
  56. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +133 -28
  57. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
  58. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs +28 -0
  59. package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -0
  60. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +1 -1
  61. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
  62. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +4 -4
  63. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +2 -2
  64. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
  65. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +3 -3
  66. package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
  67. package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +5 -5
  68. package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +39 -39
  69. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
  70. package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
  71. package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
  72. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +189 -189
  73. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
  74. package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
  75. package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
  76. package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +56 -56
  77. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
  78. package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
  79. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
  80. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
  81. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
  82. package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +50 -50
  83. package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
  84. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +37 -37
  85. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
  86. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +59 -59
  87. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +70 -70
  88. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
  89. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
  90. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
  91. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
  92. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
  93. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +13 -13
  94. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +10 -10
  95. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +36 -36
  96. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +7 -7
  97. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +1 -1
  98. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
  99. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +84 -84
  100. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +2 -2
  101. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
  102. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +141 -141
  103. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +98 -98
  104. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
  105. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +151 -151
  106. package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +3 -3
  107. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOCommon.mjs +3 -3
  108. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngine.mjs +59 -59
  109. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngineConfig.mjs +11 -11
  110. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionFactory.mjs +22 -22
  111. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionPipeline.nonJvm.mjs +3 -3
  112. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Endpoint.mjs +219 -219
  113. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/EngineTasks.mjs +15 -15
  114. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Loader.js.mjs +2 -2
  115. package/ktor-ktor-client-cio/io/ktor/client/engine/cio/utils.mjs +241 -241
  116. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +133 -133
  117. package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
  118. package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +85 -85
  119. package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
  120. package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
  121. package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +41 -41
  122. package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +54 -54
  123. package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +51 -51
  124. package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
  125. package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +27 -27
  126. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +60 -60
  127. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +18 -18
  128. package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
  129. package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
  130. package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
  131. package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
  132. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +60 -60
  133. package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +40 -40
  134. package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +21 -21
  135. package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +3 -3
  136. package/ktor-ktor-client-core/io/ktor/client/network/sockets/TimeoutExceptions.nonJvm.mjs +3 -3
  137. package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +61 -61
  138. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +45 -45
  139. package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +125 -125
  140. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +138 -138
  141. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
  142. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +70 -70
  143. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +53 -53
  144. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +42 -42
  145. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
  146. package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +98 -98
  147. package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +33 -33
  148. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
  149. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +11 -11
  150. package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
  151. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +35 -35
  152. package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
  153. package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +45 -45
  154. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +65 -65
  155. package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +4 -4
  156. package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +17 -17
  157. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
  158. package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
  159. package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
  160. package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +24 -24
  161. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +18 -18
  162. package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
  163. package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +52 -52
  164. package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +35 -35
  165. package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
  166. package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
  167. package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
  168. package/ktor-ktor-events/io/ktor/events/Events.mjs +5 -5
  169. package/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
  170. package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
  171. package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
  172. package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
  173. package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
  174. package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +114 -114
  175. package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +4 -4
  176. package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
  177. package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +18 -18
  178. package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
  179. package/ktor-ktor-http/io/ktor/http/Parameters.mjs +9 -9
  180. package/ktor-ktor-http/io/ktor/http/Query.mjs +3 -3
  181. package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +58 -58
  182. package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
  183. package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
  184. package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
  185. package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +25 -25
  186. package/ktor-ktor-http/io/ktor/http/Url.mjs +72 -72
  187. package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +25 -25
  188. package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
  189. package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
  190. package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
  191. package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +4 -4
  192. package/ktor-ktor-http-cio/io/ktor/http/cio/ChunkedTransferEncoding.mjs +106 -106
  193. package/ktor-ktor-http-cio/io/ktor/http/cio/ConnectionOptions.mjs +31 -31
  194. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpBody.mjs +15 -15
  195. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +100 -100
  196. package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +69 -69
  197. package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +113 -113
  198. package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponse.mjs +9 -9
  199. package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponseBuilderJs.mjs +21 -21
  200. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +17 -17
  201. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
  202. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
  203. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +21 -21
  204. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
  205. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
  206. package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +7 -7
  207. package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +141 -141
  208. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
  209. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +75 -75
  210. package/ktor-ktor-io/io/ktor/utils/io/ByteChannelUtils.mjs +1 -1
  211. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
  212. package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +230 -230
  213. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +11 -11
  214. package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +72 -72
  215. package/ktor-ktor-io/io/ktor/utils/io/CloseHookByteWriteChannel.mjs +14 -14
  216. package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
  217. package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +26 -26
  218. package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
  219. package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
  220. package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
  221. package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
  222. package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
  223. package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
  224. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
  225. package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
  226. package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
  227. package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
  228. package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
  229. package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
  230. package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
  231. package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
  232. package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +27 -27
  233. package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +1 -1
  234. package/ktor-ktor-network/io/ktor/network/sockets/Builders.mjs +5 -5
  235. package/ktor-ktor-network/io/ktor/network/sockets/SocketAddress.nonJvm.mjs +9 -9
  236. package/ktor-ktor-network/io/ktor/network/sockets/SocketBase.mjs +50 -50
  237. package/ktor-ktor-network/io/ktor/network/sockets/SocketContext.mjs +104 -104
  238. package/ktor-ktor-network/io/ktor/network/sockets/SocketEngine.jsAndWasmShared.mjs +1 -1
  239. package/ktor-ktor-network/io/ktor/network/sockets/SocketOptions.mjs +30 -30
  240. package/ktor-ktor-network/io/ktor/network/sockets/SocketTimeoutException.mjs +5 -5
  241. package/ktor-ktor-network/io/ktor/network/sockets/Sockets.mjs +5 -5
  242. package/ktor-ktor-network/io/ktor/network/sockets/TcpSocketBuilder.mjs +5 -5
  243. package/ktor-ktor-network/io/ktor/network/sockets/TypeOfService.mjs +5 -5
  244. package/ktor-ktor-network/io/ktor/network/sockets/nodejs/node.net.mjs +7 -7
  245. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSCommon.mjs +9 -9
  246. package/ktor-ktor-network-tls/io/ktor/network/tls/TLSConfigBuilder.nonJvm.mjs +1 -1
  247. package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
  248. package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +58 -58
  249. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
  250. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +122 -122
  251. package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +4 -4
  252. package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +6 -6
  253. package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +11 -11
  254. package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
  255. package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +33 -33
  256. package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +31 -31
  257. package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
  258. package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +83 -83
  259. package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
  260. package/ktor-ktor-utils/io/ktor/util/collections/ConcurrentMapJs.mjs +29 -29
  261. package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
  262. package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +67 -67
  263. package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
  264. package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +6 -6
  265. package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
  266. package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
  267. package/ktor-ktor-utils/io/ktor/util/network/NetworkAddressJs.mjs +2 -2
  268. package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +32 -32
  269. package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
  270. package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
  271. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
  272. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
  273. package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
  274. package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +49 -49
  275. package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
  276. package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +19 -19
  277. package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +41 -41
  278. package/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +5 -5
  279. package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +9 -9
  280. package/ktor-ktor-websockets/io/ktor/websocket/ProtocolViolationException.mjs +5 -5
  281. package/ktor-ktor-websockets/io/ktor/websocket/RawWebSocketCommon.mjs +150 -150
  282. package/package.json +1 -1
@@ -100,120 +100,120 @@ function Url$encodedPath$delegate$lambda($pathSegments, this$0) {
100
100
  if ($pathSegments.j()) {
101
101
  return '';
102
102
  }
103
- var pathStartIndex = indexOf(this$0.h49_1, _Char___init__impl__6a9atx(47), this$0.m49_1.x48_1.length + 3 | 0);
103
+ var pathStartIndex = indexOf(this$0.v49_1, _Char___init__impl__6a9atx(47), this$0.a4a_1.l49_1.length + 3 | 0);
104
104
  var tmp_0;
105
105
  if (pathStartIndex === -1) {
106
106
  return '';
107
107
  }
108
108
  // Inline function 'kotlin.charArrayOf' call
109
109
  var tmp$ret$0 = charArrayOf([_Char___init__impl__6a9atx(63), _Char___init__impl__6a9atx(35)]);
110
- var pathEndIndex = indexOfAny(this$0.h49_1, tmp$ret$0, pathStartIndex);
110
+ var pathEndIndex = indexOfAny(this$0.v49_1, tmp$ret$0, pathStartIndex);
111
111
  var tmp_1;
112
112
  if (pathEndIndex === -1) {
113
- return substring(this$0.h49_1, pathStartIndex);
113
+ return substring(this$0.v49_1, pathStartIndex);
114
114
  }
115
- return substring_0(this$0.h49_1, pathStartIndex, pathEndIndex);
115
+ return substring_0(this$0.v49_1, pathStartIndex, pathEndIndex);
116
116
  };
117
117
  }
118
118
  function Url$_get_encodedPath_$ref_fg9j48() {
119
119
  return function (p0) {
120
- return p0.q4a();
120
+ return p0.e4b();
121
121
  };
122
122
  }
123
123
  function Url$encodedQuery$delegate$lambda(this$0) {
124
124
  return function () {
125
- var queryStart = indexOf(this$0.h49_1, _Char___init__impl__6a9atx(63)) + 1 | 0;
125
+ var queryStart = indexOf(this$0.v49_1, _Char___init__impl__6a9atx(63)) + 1 | 0;
126
126
  var tmp;
127
127
  if (queryStart === 0) {
128
128
  return '';
129
129
  }
130
- var queryEnd = indexOf(this$0.h49_1, _Char___init__impl__6a9atx(35), queryStart);
130
+ var queryEnd = indexOf(this$0.v49_1, _Char___init__impl__6a9atx(35), queryStart);
131
131
  var tmp_0;
132
132
  if (queryEnd === -1) {
133
- return substring(this$0.h49_1, queryStart);
133
+ return substring(this$0.v49_1, queryStart);
134
134
  }
135
- return substring_0(this$0.h49_1, queryStart, queryEnd);
135
+ return substring_0(this$0.v49_1, queryStart, queryEnd);
136
136
  };
137
137
  }
138
138
  function Url$_get_encodedQuery_$ref_c7vq1h() {
139
139
  return function (p0) {
140
- return p0.r4a();
140
+ return p0.f4b();
141
141
  };
142
142
  }
143
143
  function Url$encodedPathAndQuery$delegate$lambda(this$0) {
144
144
  return function () {
145
- var pathStart = indexOf(this$0.h49_1, _Char___init__impl__6a9atx(47), this$0.m49_1.x48_1.length + 3 | 0);
145
+ var pathStart = indexOf(this$0.v49_1, _Char___init__impl__6a9atx(47), this$0.a4a_1.l49_1.length + 3 | 0);
146
146
  var tmp;
147
147
  if (pathStart === -1) {
148
148
  return '';
149
149
  }
150
- var queryEnd = indexOf(this$0.h49_1, _Char___init__impl__6a9atx(35), pathStart);
150
+ var queryEnd = indexOf(this$0.v49_1, _Char___init__impl__6a9atx(35), pathStart);
151
151
  var tmp_0;
152
152
  if (queryEnd === -1) {
153
- return substring(this$0.h49_1, pathStart);
153
+ return substring(this$0.v49_1, pathStart);
154
154
  }
155
- return substring_0(this$0.h49_1, pathStart, queryEnd);
155
+ return substring_0(this$0.v49_1, pathStart, queryEnd);
156
156
  };
157
157
  }
158
158
  function Url$encodedUser$delegate$lambda(this$0) {
159
159
  return function () {
160
160
  var tmp;
161
- if (this$0.e49_1 == null) {
161
+ if (this$0.s49_1 == null) {
162
162
  return null;
163
163
  }
164
164
  var tmp_0;
165
165
  // Inline function 'kotlin.text.isEmpty' call
166
- var this_0 = this$0.e49_1;
166
+ var this_0 = this$0.s49_1;
167
167
  if (charSequenceLength(this_0) === 0) {
168
168
  return '';
169
169
  }
170
- var usernameStart = this$0.m49_1.x48_1.length + 3 | 0;
170
+ var usernameStart = this$0.a4a_1.l49_1.length + 3 | 0;
171
171
  // Inline function 'kotlin.charArrayOf' call
172
172
  var tmp$ret$1 = charArrayOf([_Char___init__impl__6a9atx(58), _Char___init__impl__6a9atx(64)]);
173
- var usernameEnd = indexOfAny(this$0.h49_1, tmp$ret$1, usernameStart);
174
- return substring_0(this$0.h49_1, usernameStart, usernameEnd);
173
+ var usernameEnd = indexOfAny(this$0.v49_1, tmp$ret$1, usernameStart);
174
+ return substring_0(this$0.v49_1, usernameStart, usernameEnd);
175
175
  };
176
176
  }
177
177
  function Url$_get_encodedUser_$ref_3lb9bi() {
178
178
  return function (p0) {
179
- return p0.t4a();
179
+ return p0.h4b();
180
180
  };
181
181
  }
182
182
  function Url$encodedPassword$delegate$lambda(this$0) {
183
183
  return function () {
184
184
  var tmp;
185
- if (this$0.f49_1 == null) {
185
+ if (this$0.t49_1 == null) {
186
186
  return null;
187
187
  }
188
188
  var tmp_0;
189
189
  // Inline function 'kotlin.text.isEmpty' call
190
- var this_0 = this$0.f49_1;
190
+ var this_0 = this$0.t49_1;
191
191
  if (charSequenceLength(this_0) === 0) {
192
192
  return '';
193
193
  }
194
- var passwordStart = indexOf(this$0.h49_1, _Char___init__impl__6a9atx(58), this$0.m49_1.x48_1.length + 3 | 0) + 1 | 0;
195
- var passwordEnd = indexOf(this$0.h49_1, _Char___init__impl__6a9atx(64));
196
- return substring_0(this$0.h49_1, passwordStart, passwordEnd);
194
+ var passwordStart = indexOf(this$0.v49_1, _Char___init__impl__6a9atx(58), this$0.a4a_1.l49_1.length + 3 | 0) + 1 | 0;
195
+ var passwordEnd = indexOf(this$0.v49_1, _Char___init__impl__6a9atx(64));
196
+ return substring_0(this$0.v49_1, passwordStart, passwordEnd);
197
197
  };
198
198
  }
199
199
  function Url$_get_encodedPassword_$ref_25ixc2() {
200
200
  return function (p0) {
201
- return p0.u4a();
201
+ return p0.i4b();
202
202
  };
203
203
  }
204
204
  function Url$encodedFragment$delegate$lambda(this$0) {
205
205
  return function () {
206
- var fragmentStart = indexOf(this$0.h49_1, _Char___init__impl__6a9atx(35)) + 1 | 0;
206
+ var fragmentStart = indexOf(this$0.v49_1, _Char___init__impl__6a9atx(35)) + 1 | 0;
207
207
  var tmp;
208
208
  if (fragmentStart === 0) {
209
209
  return '';
210
210
  }
211
- return substring(this$0.h49_1, fragmentStart);
211
+ return substring(this$0.v49_1, fragmentStart);
212
212
  };
213
213
  }
214
214
  function Url$_get_encodedFragment_$ref_itp7pv() {
215
215
  return function (p0) {
216
- return p0.v4a();
216
+ return p0.j4b();
217
217
  };
218
218
  }
219
219
  var UrlClass;
@@ -221,44 +221,44 @@ function Url_0() {
221
221
  if (UrlClass === VOID) {
222
222
  class $ {
223
223
  constructor(protocol, host, specifiedPort, pathSegments, parameters, fragment, user, password, trailingQuery, urlString) {
224
- this.a49_1 = host;
225
- this.b49_1 = specifiedPort;
226
- this.c49_1 = parameters;
227
- this.d49_1 = fragment;
228
- this.e49_1 = user;
229
- this.f49_1 = password;
230
- this.g49_1 = trailingQuery;
231
- this.h49_1 = urlString;
232
- var containsArg = this.b49_1;
224
+ this.o49_1 = host;
225
+ this.p49_1 = specifiedPort;
226
+ this.q49_1 = parameters;
227
+ this.r49_1 = fragment;
228
+ this.s49_1 = user;
229
+ this.t49_1 = password;
230
+ this.u49_1 = trailingQuery;
231
+ this.v49_1 = urlString;
232
+ var containsArg = this.p49_1;
233
233
  // Inline function 'kotlin.require' call
234
234
  if (!(0 <= containsArg ? containsArg <= 65535 : false)) {
235
- var message = 'Port must be between 0 and 65535, or 0 if not set. Provided: ' + this.b49_1;
235
+ var message = 'Port must be between 0 and 65535, or 0 if not set. Provided: ' + this.p49_1;
236
236
  throw IllegalArgumentException().u(toString(message));
237
237
  }
238
- this.i49_1 = pathSegments;
239
- this.j49_1 = pathSegments;
238
+ this.w49_1 = pathSegments;
239
+ this.x49_1 = pathSegments;
240
240
  var tmp = this;
241
- tmp.k49_1 = lazy(Url$segments$delegate$lambda(pathSegments));
242
- this.l49_1 = protocol;
241
+ tmp.y49_1 = lazy(Url$segments$delegate$lambda(pathSegments));
242
+ this.z49_1 = protocol;
243
243
  var tmp_0 = this;
244
- var tmp0_elvis_lhs = this.l49_1;
245
- tmp_0.m49_1 = tmp0_elvis_lhs == null ? Companion_getInstance().x49_1 : tmp0_elvis_lhs;
244
+ var tmp0_elvis_lhs = this.z49_1;
245
+ tmp_0.a4a_1 = tmp0_elvis_lhs == null ? Companion_getInstance().l4a_1 : tmp0_elvis_lhs;
246
246
  var tmp_1 = this;
247
- tmp_1.n49_1 = lazy(Url$encodedPath$delegate$lambda(pathSegments, this));
247
+ tmp_1.b4a_1 = lazy(Url$encodedPath$delegate$lambda(pathSegments, this));
248
248
  var tmp_2 = this;
249
- tmp_2.o49_1 = lazy(Url$encodedQuery$delegate$lambda(this));
249
+ tmp_2.c4a_1 = lazy(Url$encodedQuery$delegate$lambda(this));
250
250
  var tmp_3 = this;
251
- tmp_3.p49_1 = lazy(Url$encodedPathAndQuery$delegate$lambda(this));
251
+ tmp_3.d4a_1 = lazy(Url$encodedPathAndQuery$delegate$lambda(this));
252
252
  var tmp_4 = this;
253
- tmp_4.q49_1 = lazy(Url$encodedUser$delegate$lambda(this));
253
+ tmp_4.e4a_1 = lazy(Url$encodedUser$delegate$lambda(this));
254
254
  var tmp_5 = this;
255
- tmp_5.r49_1 = lazy(Url$encodedPassword$delegate$lambda(this));
255
+ tmp_5.f4a_1 = lazy(Url$encodedPassword$delegate$lambda(this));
256
256
  var tmp_6 = this;
257
- tmp_6.s49_1 = lazy(Url$encodedFragment$delegate$lambda(this));
257
+ tmp_6.g4a_1 = lazy(Url$encodedFragment$delegate$lambda(this));
258
258
  }
259
- s4a() {
259
+ g4b() {
260
260
  // Inline function 'kotlin.takeUnless' call
261
- var this_0 = this.b49_1;
261
+ var this_0 = this.p49_1;
262
262
  var tmp;
263
263
  if (!(this_0 === 0)) {
264
264
  tmp = this_0;
@@ -266,45 +266,45 @@ function Url_0() {
266
266
  tmp = null;
267
267
  }
268
268
  var tmp0_elvis_lhs = tmp;
269
- return tmp0_elvis_lhs == null ? this.m49_1.y48_1 : tmp0_elvis_lhs;
269
+ return tmp0_elvis_lhs == null ? this.a4a_1.m49_1 : tmp0_elvis_lhs;
270
270
  }
271
- q4a() {
272
- var tmp0 = this.n49_1;
271
+ e4b() {
272
+ var tmp0 = this.b4a_1;
273
273
  var tmp = KProperty1();
274
274
  // Inline function 'kotlin.getValue' call
275
275
  getPropertyCallableRef('encodedPath', 1, tmp, Url$_get_encodedPath_$ref_fg9j48(), null);
276
276
  return tmp0.s1();
277
277
  }
278
- r4a() {
279
- var tmp0 = this.o49_1;
278
+ f4b() {
279
+ var tmp0 = this.c4a_1;
280
280
  var tmp = KProperty1();
281
281
  // Inline function 'kotlin.getValue' call
282
282
  getPropertyCallableRef('encodedQuery', 1, tmp, Url$_get_encodedQuery_$ref_c7vq1h(), null);
283
283
  return tmp0.s1();
284
284
  }
285
- t4a() {
286
- var tmp0 = this.q49_1;
285
+ h4b() {
286
+ var tmp0 = this.e4a_1;
287
287
  var tmp = KProperty1();
288
288
  // Inline function 'kotlin.getValue' call
289
289
  getPropertyCallableRef('encodedUser', 1, tmp, Url$_get_encodedUser_$ref_3lb9bi(), null);
290
290
  return tmp0.s1();
291
291
  }
292
- u4a() {
293
- var tmp0 = this.r49_1;
292
+ i4b() {
293
+ var tmp0 = this.f4a_1;
294
294
  var tmp = KProperty1();
295
295
  // Inline function 'kotlin.getValue' call
296
296
  getPropertyCallableRef('encodedPassword', 1, tmp, Url$_get_encodedPassword_$ref_25ixc2(), null);
297
297
  return tmp0.s1();
298
298
  }
299
- v4a() {
300
- var tmp0 = this.s49_1;
299
+ j4b() {
300
+ var tmp0 = this.g4a_1;
301
301
  var tmp = KProperty1();
302
302
  // Inline function 'kotlin.getValue' call
303
303
  getPropertyCallableRef('encodedFragment', 1, tmp, Url$_get_encodedFragment_$ref_itp7pv(), null);
304
304
  return tmp0.s1();
305
305
  }
306
306
  toString() {
307
- return this.h49_1;
307
+ return this.v49_1;
308
308
  }
309
309
  equals(other) {
310
310
  if (this === other)
@@ -313,10 +313,10 @@ function Url_0() {
313
313
  return false;
314
314
  if (!(other instanceof Url_0()))
315
315
  THROW_CCE();
316
- return this.h49_1 === other.h49_1;
316
+ return this.v49_1 === other.v49_1;
317
317
  }
318
318
  hashCode() {
319
- return getStringHashCode(this.h49_1);
319
+ return getStringHashCode(this.v49_1);
320
320
  }
321
321
  }
322
322
  initMetadataForClass($, 'Url', VOID, VOID, VOID, VOID, VOID, {0: UrlSerializer_getInstance});
@@ -338,19 +338,19 @@ function UrlSerializer() {
338
338
  class $ {
339
339
  constructor() {
340
340
  UrlSerializer_instance = this;
341
- this.w4a_1 = PrimitiveSerialDescriptor('io.ktor.http.Url', STRING_getInstance());
341
+ this.k4b_1 = PrimitiveSerialDescriptor('io.ktor.http.Url', STRING_getInstance());
342
342
  }
343
343
  xs() {
344
- return this.w4a_1;
344
+ return this.k4b_1;
345
345
  }
346
346
  zs(decoder) {
347
347
  return Url(decoder.fx());
348
348
  }
349
- x4a(encoder, value) {
349
+ l4b(encoder, value) {
350
350
  encoder.oy(value.toString());
351
351
  }
352
352
  ys(encoder, value) {
353
- return this.x4a(encoder, value instanceof Url_0() ? value : THROW_CCE());
353
+ return this.l4b(encoder, value instanceof Url_0() ? value : THROW_CCE());
354
354
  }
355
355
  }
356
356
  initMetadataForObject($, 'UrlSerializer', VOID, VOID, [KSerializer()]);
@@ -368,7 +368,7 @@ function get_encodedUserAndPassword(_this__u8e3s4) {
368
368
  // Inline function 'kotlin.text.buildString' call
369
369
  // Inline function 'kotlin.apply' call
370
370
  var this_0 = StringBuilder().a1();
371
- appendUserAndPassword(this_0, _this__u8e3s4.t4a(), _this__u8e3s4.u4a());
371
+ appendUserAndPassword(this_0, _this__u8e3s4.h4b(), _this__u8e3s4.i4b());
372
372
  return this_0.toString();
373
373
  }
374
374
  //region block: init
@@ -20,17 +20,17 @@ function UrlDecodedParametersBuilder() {
20
20
  if (UrlDecodedParametersBuilderClass === VOID) {
21
21
  class $ {
22
22
  constructor(encodedParametersBuilder) {
23
- this.y4a_1 = encodedParametersBuilder;
24
- this.z4a_1 = this.y4a_1.r3s();
23
+ this.m4b_1 = encodedParametersBuilder;
24
+ this.n4b_1 = this.m4b_1.f3t();
25
25
  }
26
26
  z1i() {
27
- return decodeParameters(this.y4a_1);
27
+ return decodeParameters(this.m4b_1);
28
28
  }
29
- r3s() {
30
- return this.z4a_1;
29
+ f3t() {
30
+ return this.n4b_1;
31
31
  }
32
- s3s(name) {
33
- var tmp0_safe_receiver = this.y4a_1.s3s(encodeURLParameter(name));
32
+ g3t(name) {
33
+ var tmp0_safe_receiver = this.m4b_1.g3t(encodeURLParameter(name));
34
34
  var tmp;
35
35
  if (tmp0_safe_receiver == null) {
36
36
  tmp = null;
@@ -48,9 +48,9 @@ function UrlDecodedParametersBuilder() {
48
48
  }
49
49
  return tmp;
50
50
  }
51
- t3s() {
51
+ h3t() {
52
52
  // Inline function 'kotlin.collections.map' call
53
- var this_0 = this.y4a_1.t3s();
53
+ var this_0 = this.m4b_1.h3t();
54
54
  // Inline function 'kotlin.collections.mapTo' call
55
55
  var destination = ArrayList().c1(collectionSizeOrDefault(this_0, 10));
56
56
  var _iterator__ex2g4s = this_0.d1();
@@ -62,18 +62,18 @@ function UrlDecodedParametersBuilder() {
62
62
  return toSet(destination);
63
63
  }
64
64
  j() {
65
- return this.y4a_1.j();
65
+ return this.m4b_1.j();
66
66
  }
67
- u3s() {
68
- return decodeParameters(this.y4a_1).u3s();
67
+ i3t() {
68
+ return decodeParameters(this.m4b_1).i3t();
69
69
  }
70
- d3t(name, value) {
71
- return this.y4a_1.d3t(encodeURLParameter(name), encodeURLParameterValue(value));
70
+ r3t(name, value) {
71
+ return this.m4b_1.r3t(encodeURLParameter(name), encodeURLParameterValue(value));
72
72
  }
73
- e3t(stringValues) {
74
- return appendAllEncoded(this.y4a_1, stringValues);
73
+ s3t(stringValues) {
74
+ return appendAllEncoded(this.m4b_1, stringValues);
75
75
  }
76
- a3t(name, values) {
76
+ o3t(name, values) {
77
77
  var tmp = encodeURLParameter(name);
78
78
  // Inline function 'kotlin.collections.map' call
79
79
  // Inline function 'kotlin.collections.mapTo' call
@@ -84,10 +84,10 @@ function UrlDecodedParametersBuilder() {
84
84
  var tmp$ret$0 = encodeURLParameterValue(item);
85
85
  destination.m(tmp$ret$0);
86
86
  }
87
- return this.y4a_1.a3t(tmp, destination);
87
+ return this.m4b_1.o3t(tmp, destination);
88
88
  }
89
89
  z2() {
90
- return this.y4a_1.z2();
90
+ return this.m4b_1.z2();
91
91
  }
92
92
  }
93
93
  initMetadataForClass($, 'UrlDecodedParametersBuilder');
@@ -109,10 +109,10 @@ function decodeParameters(parameters) {
109
109
  }
110
110
  function appendAllEncoded(_this__u8e3s4, parameters) {
111
111
  // Inline function 'kotlin.collections.forEach' call
112
- var _iterator__ex2g4s = parameters.t3s().d1();
112
+ var _iterator__ex2g4s = parameters.h3t().d1();
113
113
  while (_iterator__ex2g4s.e1()) {
114
114
  var element = _iterator__ex2g4s.f1();
115
- var tmp0_elvis_lhs = parameters.s3s(element);
115
+ var tmp0_elvis_lhs = parameters.g3t(element);
116
116
  var values = tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
117
117
  var tmp = encodeURLParameter(element);
118
118
  // Inline function 'kotlin.collections.map' call
@@ -124,15 +124,15 @@ function appendAllEncoded(_this__u8e3s4, parameters) {
124
124
  var tmp$ret$0 = encodeURLParameterValue(item);
125
125
  destination.m(tmp$ret$0);
126
126
  }
127
- _this__u8e3s4.a3t(tmp, destination);
127
+ _this__u8e3s4.o3t(tmp, destination);
128
128
  }
129
129
  }
130
130
  function appendAllDecoded(_this__u8e3s4, parameters) {
131
131
  // Inline function 'kotlin.collections.forEach' call
132
- var _iterator__ex2g4s = parameters.t3s().d1();
132
+ var _iterator__ex2g4s = parameters.h3t().d1();
133
133
  while (_iterator__ex2g4s.e1()) {
134
134
  var element = _iterator__ex2g4s.f1();
135
- var tmp0_elvis_lhs = parameters.s3s(element);
135
+ var tmp0_elvis_lhs = parameters.g3t(element);
136
136
  var values = tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs;
137
137
  var tmp = decodeURLQueryComponent(element);
138
138
  // Inline function 'kotlin.collections.map' call
@@ -144,7 +144,7 @@ function appendAllDecoded(_this__u8e3s4, parameters) {
144
144
  var tmp$ret$0 = decodeURLQueryComponent(item, VOID, VOID, true);
145
145
  destination.m(tmp$ret$0);
146
146
  }
147
- _this__u8e3s4.a3t(tmp, destination);
147
+ _this__u8e3s4.o3t(tmp, destination);
148
148
  }
149
149
  }
150
150
  //region block: exports
@@ -14,18 +14,18 @@ function ByteArrayContent_0() {
14
14
  contentType = contentType === VOID ? null : contentType;
15
15
  status = status === VOID ? null : status;
16
16
  super();
17
- this.b4b_1 = bytes;
18
- this.c4b_1 = contentType;
19
- this.d4b_1 = status;
17
+ this.p4b_1 = bytes;
18
+ this.q4b_1 = contentType;
19
+ this.r4b_1 = status;
20
20
  }
21
- e4b() {
22
- return this.c4b_1;
21
+ s4b() {
22
+ return this.q4b_1;
23
23
  }
24
- f4b() {
25
- return toLong(this.b4b_1.length);
24
+ t4b() {
25
+ return toLong(this.p4b_1.length);
26
26
  }
27
- g4b() {
28
- return this.b4b_1;
27
+ u4b() {
28
+ return this.p4b_1;
29
29
  }
30
30
  }
31
31
  initMetadataForClass($, 'ByteArrayContent');
@@ -58,8 +58,8 @@ var ContentWrapperClass;
58
58
  function ContentWrapper() {
59
59
  if (ContentWrapperClass === VOID) {
60
60
  class $ extends OutgoingContent() {
61
- p4b() {
62
- return this.o4b_1;
61
+ d4c() {
62
+ return this.c4c_1;
63
63
  }
64
64
  }
65
65
  initMetadataForClass($, 'ContentWrapper');
@@ -73,16 +73,16 @@ function OutgoingContent() {
73
73
  class $ {
74
74
  constructor($box) {
75
75
  boxApply(this, $box);
76
- this.h4b_1 = null;
76
+ this.v4b_1 = null;
77
77
  }
78
- e4b() {
78
+ s4b() {
79
79
  return null;
80
80
  }
81
- f4b() {
81
+ t4b() {
82
82
  return null;
83
83
  }
84
- l45() {
85
- return Companion_getInstance().p40_1;
84
+ z45() {
85
+ return Companion_getInstance().d41_1;
86
86
  }
87
87
  }
88
88
  initMetadataForClass($, 'OutgoingContent');
@@ -109,7 +109,7 @@ function isEmpty(_this__u8e3s4) {
109
109
  tmp = true;
110
110
  } else {
111
111
  if (_this__u8e3s4 instanceof ContentWrapper()) {
112
- tmp = isEmpty(_this__u8e3s4.p4b());
112
+ tmp = isEmpty(_this__u8e3s4.d4c());
113
113
  } else {
114
114
  tmp = false;
115
115
  }
@@ -17,24 +17,24 @@ function TextContent() {
17
17
  constructor(text, contentType, status) {
18
18
  status = status === VOID ? null : status;
19
19
  super();
20
- this.r4b_1 = text;
21
- this.s4b_1 = contentType;
22
- this.t4b_1 = status;
20
+ this.f4c_1 = text;
21
+ this.g4c_1 = contentType;
22
+ this.h4c_1 = status;
23
23
  var tmp = this;
24
- var tmp0_elvis_lhs = charset(this.s4b_1);
25
- tmp.u4b_1 = toByteArray(this.r4b_1, tmp0_elvis_lhs == null ? Charsets_getInstance().y3p_1 : tmp0_elvis_lhs);
24
+ var tmp0_elvis_lhs = charset(this.g4c_1);
25
+ tmp.i4c_1 = toByteArray(this.f4c_1, tmp0_elvis_lhs == null ? Charsets_getInstance().m3q_1 : tmp0_elvis_lhs);
26
26
  }
27
- e4b() {
28
- return this.s4b_1;
27
+ s4b() {
28
+ return this.g4c_1;
29
29
  }
30
- f4b() {
31
- return toLong(this.u4b_1.length);
30
+ t4b() {
31
+ return toLong(this.i4c_1.length);
32
32
  }
33
- g4b() {
34
- return this.u4b_1;
33
+ u4b() {
34
+ return this.i4c_1;
35
35
  }
36
36
  toString() {
37
- return 'TextContent[' + this.s4b_1.toString() + '] "' + take(this.r4b_1, 30) + '"';
37
+ return 'TextContent[' + this.g4c_1.toString() + '] "' + take(this.f4c_1, 30) + '"';
38
38
  }
39
39
  }
40
40
  initMetadataForClass($, 'TextContent');
@@ -14,12 +14,12 @@ function CIOMultipartDataBase() {
14
14
  class $ {
15
15
  constructor(coroutineContext, channel, contentType, contentLength, formFieldLimit) {
16
16
  formFieldLimit = formFieldLimit === VOID ? new (Long())(65536, 0) : formFieldLimit;
17
- this.v4b_1 = coroutineContext;
18
- this.w4b_1 = null;
19
- this.x4b_1 = parseMultipart(this, channel, contentType, contentLength, formFieldLimit);
17
+ this.j4c_1 = coroutineContext;
18
+ this.k4c_1 = null;
19
+ this.l4c_1 = parseMultipart(this, channel, contentType, contentLength, formFieldLimit);
20
20
  }
21
21
  s1x() {
22
- return this.v4b_1;
22
+ return this.j4c_1;
23
23
  }
24
24
  }
25
25
  initMetadataForClass($, 'CIOMultipartDataBase', VOID, VOID, [MultiPartData(), CoroutineScope()], [0, 1]);