@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.
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/DateTimeComponents.mjs +2 -2
- package/Kotlin-DateTime-library-kotlinx-datetime/kotlinx/datetime/format/LocalDateTimeFormat.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AccountUpdate.js.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoAccount.mjs +68 -68
- package/commons-commons-core/cash/atto/commons/AttoAccountEntry.mjs +56 -56
- package/commons-commons-core/cash/atto/commons/AttoAddress.mjs +14 -14
- package/commons-commons-core/cash/atto/commons/AttoAlgorithm.mjs +10 -10
- package/commons-commons-core/cash/atto/commons/AttoAmount.mjs +26 -26
- package/commons-commons-core/cash/atto/commons/AttoBlock.mjs +661 -661
- package/commons-commons-core/cash/atto/commons/AttoBufferExtensions.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/AttoChallenge.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoHash.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoHasher.js.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/AttoHeight.mjs +17 -17
- package/commons-commons-core/cash/atto/commons/AttoNetwork.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.js.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoPrivateKey.mjs +26 -26
- package/commons-commons-core/cash/atto/commons/AttoPublicKey.mjs +7 -7
- package/commons-commons-core/cash/atto/commons/AttoReceivable.mjs +42 -42
- package/commons-commons-core/cash/atto/commons/AttoSeed.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/AttoSignature.mjs +8 -8
- package/commons-commons-core/cash/atto/commons/AttoSigner.js.mjs +67 -67
- package/commons-commons-core/cash/atto/commons/AttoSigner.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AttoSocketAddress.mjs +5 -5
- package/commons-commons-core/cash/atto/commons/AttoTransaction.mjs +35 -35
- package/commons-commons-core/cash/atto/commons/AttoVersion.mjs +11 -11
- package/commons-commons-core/cash/atto/commons/AttoVote.mjs +37 -37
- package/commons-commons-core/cash/atto/commons/AttoWork.mjs +10 -10
- package/commons-commons-core/cash/atto/commons/Extensions.mjs +1 -1
- package/commons-commons-core/cash/atto/commons/serialiazer/AttoAddressAsByteArraySerializer.mjs +4 -4
- package/commons-commons-core/cash/atto/commons/serialiazer/InstantMillisSerializer.mjs +2 -2
- package/commons-commons-core/cash/atto/commons/utils/Base32.mjs +9 -9
- package/commons-commons-core/cash/atto/commons/utils/SecureRandom.js.mjs +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.export.d.ts +3 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs +19 -5
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.js.mjs.map +1 -1
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs +72 -72
- package/commons-commons-node/cash/atto/commons/node/AttoNodeOperations.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs +812 -319
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeClient.mjs.map +1 -1
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs +226 -76
- package/commons-commons-node-remote/cash/atto/commons/node/AttoNodeOperationsImpl.js.mjs.map +1 -1
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorker.mjs +3 -3
- package/commons-commons-worker/cash/atto/commons/worker/AttoWorkerOperations.mjs +50 -50
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.js.mjs +34 -34
- package/commons-commons-worker-remote/cash/atto/commons/worker/AttoWorkerRemote.mjs +56 -56
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs +6 -6
- package/kotlin-kotlin-stdlib/kotlin/text/stringJs.mjs.map +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/KotlinLogging.mjs +4 -4
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerDirect.mjs +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerFactory.mjs +1 -1
- package/kotlin-logging/io/github/oshai/kotlinlogging/internal/KLoggerNameResolver.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/DispatchedTask.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/Dispatchers.mjs +7 -7
- package/kotlinx-coroutines-core/kotlinx/coroutines/JSDispatcher.mjs +76 -76
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs +133 -28
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/Reduce.mjs.map +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs +28 -0
- package/kotlinx-coroutines-core/kotlinx/coroutines/flow/internal/NullSurrogate.mjs.map +1 -0
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.common.mjs +1 -1
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/CoroutineExceptionHandlerImpl.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/DispatchedContinuation.mjs +4 -4
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/LinkedList.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/OnUndeliveredElement.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Scopes.mjs +3 -3
- package/kotlinx-coroutines-core/kotlinx/coroutines/internal/Symbol.mjs +2 -2
- package/kotlinx-coroutines-core/kotlinx/coroutines/selects/Select.mjs +5 -5
- package/kotlinx-coroutines-core/kotlinx/coroutines/sync/Semaphore.mjs +39 -39
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/ByteString.mjs +34 -34
- package/kotlinx-io-kotlinx-io-bytestring/kotlinx/io/bytestring/unsafe/UnsafeByteStringOperations.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/-PlatformJs.mjs +11 -11
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffer.mjs +189 -189
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Buffers.mjs +10 -10
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/ByteStrings.mjs +1 -1
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/PeekSource.mjs +20 -20
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/RealSource.mjs +56 -56
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Segment.mjs +149 -149
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/SegmentPool.mjs +6 -6
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sink.mjs +2 -2
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sinks.mjs +3 -3
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Sources.mjs +15 -15
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/Utf8.mjs +50 -50
- package/kotlinx-io-kotlinx-io-core/kotlinx/io/unsafe/UnsafeBufferOperations.mjs +12 -12
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/Json.mjs +37 -37
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonConfiguration.mjs +18 -18
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElement.mjs +59 -59
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonElementSerializers.mjs +70 -70
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/JsonSchemaCache.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/AbstractJsonLexer.mjs +178 -178
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/CommentLexers.mjs +25 -25
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Composers.mjs +71 -71
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonElementMarker.mjs +8 -8
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonExceptions.mjs +13 -13
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonNamesMap.mjs +10 -10
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonPath.mjs +36 -36
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonSerializersModuleValidator.mjs +7 -7
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonStreams.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonToStringWriterJsWasm.mjs +12 -12
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/JsonTreeReader.mjs +84 -84
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/Polymorphic.mjs +2 -2
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/SchemaCache.mjs +8 -8
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonDecoder.mjs +141 -141
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StreamingJsonEncoder.mjs +98 -98
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/StringJsonLexer.mjs +51 -51
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/TreeJsonDecoder.mjs +151 -151
- package/kotlinx-serialization-kotlinx-serialization-json/kotlinx/serialization/json/internal/WriteMode.mjs +3 -3
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOCommon.mjs +3 -3
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngine.mjs +59 -59
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/CIOEngineConfig.mjs +11 -11
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionFactory.mjs +22 -22
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/ConnectionPipeline.nonJvm.mjs +3 -3
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Endpoint.mjs +219 -219
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/EngineTasks.mjs +15 -15
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/Loader.js.mjs +2 -2
- package/ktor-ktor-client-cio/io/ktor/client/engine/cio/utils.mjs +241 -241
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/ContentNegotiation.mjs +133 -133
- package/ktor-ktor-client-content-negotiation/io/ktor/client/plugins/contentnegotiation/JsonContentTypeMatcher.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/HttpClient.mjs +85 -85
- package/ktor-ktor-client-core/io/ktor/client/HttpClientConfig.mjs +36 -36
- package/ktor-ktor-client-core/io/ktor/client/JsRequestUtils.mjs +1 -1
- package/ktor-ktor-client-core/io/ktor/client/call/DelegatedCall.mjs +41 -41
- package/ktor-ktor-client-core/io/ktor/client/call/HttpClientCall.mjs +54 -54
- package/ktor-ktor-client-core/io/ktor/client/call/SavedCall.mjs +51 -51
- package/ktor-ktor-client-core/io/ktor/client/call/utils.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/content/ObservableContent.mjs +27 -27
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngine.mjs +60 -60
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineBase.mjs +18 -18
- package/ktor-ktor-client-core/io/ktor/client/engine/HttpClientEngineConfig.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/engine/Loader.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/engine/Utils.mjs +20 -20
- package/ktor-ktor-client-core/io/ktor/client/engine/js/Js.mjs +6 -6
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsClientEngine.mjs +60 -60
- package/ktor-ktor-client-core/io/ktor/client/engine/js/JsUtils.mjs +40 -40
- package/ktor-ktor-client-core/io/ktor/client/engine/js/browser/BrowserFetch.mjs +21 -21
- package/ktor-ktor-client-core/io/ktor/client/engine/js/compatibility/Utils.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/network/sockets/TimeoutExceptions.nonJvm.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/plugins/BodyProgress.mjs +61 -61
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultResponseValidation.mjs +45 -45
- package/ktor-ktor-client-core/io/ktor/client/plugins/DefaultTransform.mjs +125 -125
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpCallValidator.mjs +138 -138
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpClientPlugin.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpPlainText.mjs +70 -70
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRedirect.mjs +53 -53
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpRequestLifecycle.mjs +42 -42
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpSend.mjs +63 -63
- package/ktor-ktor-client-core/io/ktor/client/plugins/HttpTimeout.mjs +98 -98
- package/ktor-ktor-client-core/io/ktor/client/plugins/SaveBody.mjs +33 -33
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientHook.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginBuilder.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/ClientPluginInstance.mjs +11 -11
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CommonHooks.mjs +35 -35
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/CreatePluginUtils.mjs +13 -13
- package/ktor-ktor-client-core/io/ktor/client/plugins/api/KtorCallContexts.mjs +45 -45
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/JsWebSocketSession.mjs +65 -65
- package/ktor-ktor-client-core/io/ktor/client/plugins/websocket/WebSockets.mjs +4 -4
- package/ktor-ktor-client-core/io/ktor/client/request/DefaultHttpRequest.mjs +17 -17
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequest.mjs +64 -64
- package/ktor-ktor-client-core/io/ktor/client/request/HttpRequestPipeline.mjs +18 -18
- package/ktor-ktor-client-core/io/ktor/client/request/utils.mjs +1 -1
- package/ktor-ktor-client-core/io/ktor/client/statement/DefaultHttpResponse.mjs +24 -24
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponse.mjs +18 -18
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpResponsePipeline.mjs +25 -25
- package/ktor-ktor-client-core/io/ktor/client/statement/HttpStatement.mjs +52 -52
- package/ktor-ktor-client-core/io/ktor/client/utils/ByteChannelUtils.mjs +35 -35
- package/ktor-ktor-client-core/io/ktor/client/utils/ClientEvents.mjs +2 -2
- package/ktor-ktor-client-core/io/ktor/client/utils/Content.mjs +3 -3
- package/ktor-ktor-client-core/io/ktor/client/utils/HeadersUtils.mjs +5 -5
- package/ktor-ktor-events/io/ktor/events/Events.mjs +5 -5
- package/ktor-ktor-http/io/ktor/http/Codecs.mjs +12 -12
- package/ktor-ktor-http/io/ktor/http/ContentTypes.mjs +89 -89
- package/ktor-ktor-http/io/ktor/http/HeaderValueWithParameters.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/Headers.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/HttpHeaderValueParser.mjs +31 -31
- package/ktor-ktor-http/io/ktor/http/HttpHeaders.mjs +114 -114
- package/ktor-ktor-http/io/ktor/http/HttpMessageProperties.mjs +4 -4
- package/ktor-ktor-http/io/ktor/http/HttpMethod.mjs +13 -13
- package/ktor-ktor-http/io/ktor/http/HttpProtocolVersion.mjs +18 -18
- package/ktor-ktor-http/io/ktor/http/HttpStatusCode.mjs +66 -66
- package/ktor-ktor-http/io/ktor/http/Parameters.mjs +9 -9
- package/ktor-ktor-http/io/ktor/http/Query.mjs +3 -3
- package/ktor-ktor-http/io/ktor/http/URLBuilder.mjs +58 -58
- package/ktor-ktor-http/io/ktor/http/URLBuilderJs.mjs +1 -1
- package/ktor-ktor-http/io/ktor/http/URLParser.mjs +34 -34
- package/ktor-ktor-http/io/ktor/http/URLProtocol.mjs +20 -20
- package/ktor-ktor-http/io/ktor/http/URLUtils.mjs +25 -25
- package/ktor-ktor-http/io/ktor/http/Url.mjs +72 -72
- package/ktor-ktor-http/io/ktor/http/UrlDecodedParametersBuilder.mjs +25 -25
- package/ktor-ktor-http/io/ktor/http/content/ByteArrayContent.mjs +9 -9
- package/ktor-ktor-http/io/ktor/http/content/OutgoingContent.mjs +8 -8
- package/ktor-ktor-http/io/ktor/http/content/TextContent.mjs +12 -12
- package/ktor-ktor-http-cio/io/ktor/http/cio/CIOMultipartDataBase.mjs +4 -4
- package/ktor-ktor-http-cio/io/ktor/http/cio/ChunkedTransferEncoding.mjs +106 -106
- package/ktor-ktor-http-cio/io/ktor/http/cio/ConnectionOptions.mjs +31 -31
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpBody.mjs +15 -15
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpHeadersMap.mjs +100 -100
- package/ktor-ktor-http-cio/io/ktor/http/cio/HttpParser.mjs +69 -69
- package/ktor-ktor-http-cio/io/ktor/http/cio/Multipart.mjs +113 -113
- package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponse.mjs +9 -9
- package/ktor-ktor-http-cio/io/ktor/http/cio/RequestResponseBuilderJs.mjs +21 -21
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/AsciiCharTree.mjs +17 -17
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayBuilder.mjs +70 -70
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/CharArrayPool.mjs +2 -2
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Chars.mjs +21 -21
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Errors.mjs +3 -3
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/MutableRange.mjs +3 -3
- package/ktor-ktor-http-cio/io/ktor/http/cio/internals/Tokenizer.mjs +7 -7
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannel.mjs +141 -141
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelCtor.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelScanner.mjs +75 -75
- package/ktor-ktor-io/io/ktor/utils/io/ByteChannelUtils.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannel.mjs +13 -13
- package/ktor-ktor-io/io/ktor/utils/io/ByteReadChannelOperations.mjs +230 -230
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannel.mjs +11 -11
- package/ktor-ktor-io/io/ktor/utils/io/ByteWriteChannelOperations.mjs +72 -72
- package/ktor-ktor-io/io/ktor/utils/io/CloseHookByteWriteChannel.mjs +14 -14
- package/ktor-ktor-io/io/ktor/utils/io/CloseToken.mjs +11 -11
- package/ktor-ktor-io/io/ktor/utils/io/CountedByteReadChannel.mjs +26 -26
- package/ktor-ktor-io/io/ktor/utils/io/Exceptions.mjs +12 -12
- package/ktor-ktor-io/io/ktor/utils/io/LineEndingMode.mjs +15 -15
- package/ktor-ktor-io/io/ktor/utils/io/SourceByteReadChannel.mjs +18 -18
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Charset.js.mjs +36 -36
- package/ktor-ktor-io/io/ktor/utils/io/charsets/Encoding.mjs +4 -4
- package/ktor-ktor-io/io/ktor/utils/io/charsets/ISO88591.mjs +2 -2
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoder.js.mjs +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/charsets/TextDecoderFallback.js.mjs +5 -5
- package/ktor-ktor-io/io/ktor/utils/io/core/Buffer.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/BytePacketBuilder.mjs +3 -3
- package/ktor-ktor-io/io/ktor/utils/io/core/ByteReadPacket.mjs +5 -5
- package/ktor-ktor-io/io/ktor/utils/io/core/Input.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/core/Strings.mjs +10 -10
- package/ktor-ktor-io/io/ktor/utils/io/pool/ByteArrayPool.mjs +1 -1
- package/ktor-ktor-io/io/ktor/utils/io/pool/DefaultPool.mjs +27 -27
- package/ktor-ktor-io/io/ktor/utils/io/pool/Pool.mjs +1 -1
- package/ktor-ktor-network/io/ktor/network/sockets/Builders.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/SocketAddress.nonJvm.mjs +9 -9
- package/ktor-ktor-network/io/ktor/network/sockets/SocketBase.mjs +50 -50
- package/ktor-ktor-network/io/ktor/network/sockets/SocketContext.mjs +104 -104
- package/ktor-ktor-network/io/ktor/network/sockets/SocketEngine.jsAndWasmShared.mjs +1 -1
- package/ktor-ktor-network/io/ktor/network/sockets/SocketOptions.mjs +30 -30
- package/ktor-ktor-network/io/ktor/network/sockets/SocketTimeoutException.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/Sockets.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/TcpSocketBuilder.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/TypeOfService.mjs +5 -5
- package/ktor-ktor-network/io/ktor/network/sockets/nodejs/node.net.mjs +7 -7
- package/ktor-ktor-network-tls/io/ktor/network/tls/TLSCommon.mjs +9 -9
- package/ktor-ktor-network-tls/io/ktor/network/tls/TLSConfigBuilder.nonJvm.mjs +1 -1
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConvertException.mjs +5 -5
- package/ktor-ktor-serialization/io/ktor/serialization/ContentConverter.mjs +58 -58
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/Extensions.mjs +1 -1
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/KotlinxSerializationConverter.mjs +122 -122
- package/ktor-ktor-serialization-kotlinx/io/ktor/serialization/kotlinx/SerializerLookup.mjs +4 -4
- package/ktor-ktor-serialization-kotlinx-json/io/ktor/serialization/kotlinx/json/JsonSupport.mjs +6 -6
- package/ktor-ktor-utils/io/ktor/util/Attributes.mjs +11 -11
- package/ktor-ktor-utils/io/ktor/util/AttributesJs.mjs +15 -15
- package/ktor-ktor-utils/io/ktor/util/CaseInsensitiveMap.mjs +33 -33
- package/ktor-ktor-utils/io/ktor/util/DelegatingMutableSet.mjs +31 -31
- package/ktor-ktor-utils/io/ktor/util/PlatformUtils.mjs +16 -16
- package/ktor-ktor-utils/io/ktor/util/StringValues.mjs +83 -83
- package/ktor-ktor-utils/io/ktor/util/Text.mjs +7 -7
- package/ktor-ktor-utils/io/ktor/util/collections/ConcurrentMapJs.mjs +29 -29
- package/ktor-ktor-utils/io/ktor/util/collections/CopyOnWriteHashMap.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/date/Date.mjs +67 -67
- package/ktor-ktor-utils/io/ktor/util/date/DateJs.mjs +5 -5
- package/ktor-ktor-utils/io/ktor/util/internal/LockFreeLinkedList.mjs +6 -6
- package/ktor-ktor-utils/io/ktor/util/logging/KtorSimpleLoggerJs.mjs +10 -10
- package/ktor-ktor-utils/io/ktor/util/logging/LoggerJs.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/network/NetworkAddressJs.mjs +2 -2
- package/ktor-ktor-utils/io/ktor/util/pipeline/DebugPipelineContext.mjs +32 -32
- package/ktor-ktor-utils/io/ktor/util/pipeline/PhaseContent.mjs +25 -25
- package/ktor-ktor-utils/io/ktor/util/pipeline/Pipeline.mjs +53 -53
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelineContext.mjs +1 -1
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhase.mjs +3 -3
- package/ktor-ktor-utils/io/ktor/util/pipeline/PipelinePhaseRelation.mjs +2 -2
- package/ktor-ktor-utils/io/ktor/util/pipeline/SuspendFunctionGun.mjs +49 -49
- package/ktor-ktor-utils/io/ktor/util/reflect/Type.mjs +9 -9
- package/ktor-ktor-websockets/io/ktor/websocket/CloseReason.mjs +19 -19
- package/ktor-ktor-websockets/io/ktor/websocket/FrameJs.mjs +41 -41
- package/ktor-ktor-websockets/io/ktor/websocket/FrameTooBigException.mjs +5 -5
- package/ktor-ktor-websockets/io/ktor/websocket/FrameType.mjs +9 -9
- package/ktor-ktor-websockets/io/ktor/websocket/ProtocolViolationException.mjs +5 -5
- package/ktor-ktor-websockets/io/ktor/websocket/RawWebSocketCommon.mjs +150 -150
- package/package.json +1 -1
|
@@ -16,41 +16,41 @@ function DefaultHttpResponse() {
|
|
|
16
16
|
class $ extends HttpResponse() {
|
|
17
17
|
constructor(call, responseData) {
|
|
18
18
|
super();
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
19
|
+
this.k5x_1 = call;
|
|
20
|
+
this.l5x_1 = responseData.g54_1;
|
|
21
|
+
this.m5x_1 = responseData.b54_1;
|
|
22
|
+
this.n5x_1 = responseData.e54_1;
|
|
23
|
+
this.o5x_1 = responseData.c54_1;
|
|
24
|
+
this.p5x_1 = responseData.h54_1;
|
|
25
25
|
var tmp = this;
|
|
26
|
-
var tmp_0 = responseData.
|
|
26
|
+
var tmp_0 = responseData.f54_1;
|
|
27
27
|
var tmp0_elvis_lhs = isInterface(tmp_0, ByteReadChannel()) ? tmp_0 : null;
|
|
28
|
-
tmp.
|
|
29
|
-
this.
|
|
28
|
+
tmp.q5x_1 = tmp0_elvis_lhs == null ? Companion_getInstance().h3d_1 : tmp0_elvis_lhs;
|
|
29
|
+
this.r5x_1 = responseData.d54_1;
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
return this.
|
|
31
|
+
l52() {
|
|
32
|
+
return this.k5x_1;
|
|
33
33
|
}
|
|
34
34
|
s1x() {
|
|
35
|
-
return this.
|
|
35
|
+
return this.l5x_1;
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
return this.
|
|
37
|
+
u52() {
|
|
38
|
+
return this.m5x_1;
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
return this.
|
|
40
|
+
g2w() {
|
|
41
|
+
return this.n5x_1;
|
|
42
42
|
}
|
|
43
|
-
|
|
44
|
-
return this.
|
|
43
|
+
v52() {
|
|
44
|
+
return this.o5x_1;
|
|
45
45
|
}
|
|
46
|
-
|
|
47
|
-
return this.
|
|
46
|
+
w52() {
|
|
47
|
+
return this.p5x_1;
|
|
48
48
|
}
|
|
49
|
-
|
|
50
|
-
return this.
|
|
49
|
+
t52() {
|
|
50
|
+
return this.q5x_1;
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
return this.
|
|
52
|
+
z45() {
|
|
53
|
+
return this.r5x_1;
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
initMetadataForClass($, 'DefaultHttpResponse');
|
|
@@ -27,7 +27,7 @@ function HttpResponse() {
|
|
|
27
27
|
if (HttpResponseClass === VOID) {
|
|
28
28
|
class $ {
|
|
29
29
|
toString() {
|
|
30
|
-
return 'HttpResponse[' + get_request(this).
|
|
30
|
+
return 'HttpResponse[' + get_request(this).n52().toString() + ', ' + this.u52().toString() + ']';
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
initMetadataForClass($, 'HttpResponse', VOID, VOID, [CoroutineScope()]);
|
|
@@ -36,10 +36,10 @@ function HttpResponse() {
|
|
|
36
36
|
return HttpResponseClass;
|
|
37
37
|
}
|
|
38
38
|
function get_request(_this__u8e3s4) {
|
|
39
|
-
return _this__u8e3s4.
|
|
39
|
+
return _this__u8e3s4.l52().e52();
|
|
40
40
|
}
|
|
41
41
|
function bodyAsText(_this__u8e3s4, fallbackCharset, $completion) {
|
|
42
|
-
fallbackCharset = fallbackCharset === VOID ? Charsets_getInstance().
|
|
42
|
+
fallbackCharset = fallbackCharset === VOID ? Charsets_getInstance().m3q_1 : fallbackCharset;
|
|
43
43
|
var tmp = new ($bodyAsTextCOROUTINE$())(_this__u8e3s4, fallbackCharset, $completion);
|
|
44
44
|
tmp.cc_1 = Unit_instance;
|
|
45
45
|
tmp.dc_1 = null;
|
|
@@ -57,8 +57,8 @@ function $bodyAsTextCOROUTINE$() {
|
|
|
57
57
|
class $ extends CoroutineImpl() {
|
|
58
58
|
constructor(_this__u8e3s4, fallbackCharset, resultContinuation) {
|
|
59
59
|
super(resultContinuation);
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
60
|
+
this.a5y_1 = _this__u8e3s4;
|
|
61
|
+
this.b5y_1 = fallbackCharset;
|
|
62
62
|
}
|
|
63
63
|
ic() {
|
|
64
64
|
var suspendResult = this.cc_1;
|
|
@@ -69,14 +69,14 @@ function $bodyAsTextCOROUTINE$() {
|
|
|
69
69
|
case 0:
|
|
70
70
|
this.bc_1 = 2;
|
|
71
71
|
var tmp_0 = this;
|
|
72
|
-
var tmp0_elvis_lhs = charset(this.
|
|
73
|
-
tmp_0.
|
|
74
|
-
this.
|
|
72
|
+
var tmp0_elvis_lhs = charset(this.a5y_1);
|
|
73
|
+
tmp_0.c5y_1 = tmp0_elvis_lhs == null ? this.b5y_1 : tmp0_elvis_lhs;
|
|
74
|
+
this.d5y_1 = this.c5y_1.q3q();
|
|
75
75
|
var tmp_1 = this;
|
|
76
|
-
tmp_1.
|
|
77
|
-
this.
|
|
76
|
+
tmp_1.e5y_1 = this.a5y_1;
|
|
77
|
+
this.f5y_1 = this.e5y_1;
|
|
78
78
|
this.ac_1 = 1;
|
|
79
|
-
var tmp_2 = this.
|
|
79
|
+
var tmp_2 = this.f5y_1.l52();
|
|
80
80
|
var tmp_3 = getKClass(Source());
|
|
81
81
|
var tmp_4;
|
|
82
82
|
try {
|
|
@@ -92,7 +92,7 @@ function $bodyAsTextCOROUTINE$() {
|
|
|
92
92
|
tmp_4 = tmp_5;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
suspendResult = tmp_2.
|
|
95
|
+
suspendResult = tmp_2.i52(new (TypeInfo())(tmp_3, tmp_4), this);
|
|
96
96
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
97
97
|
return suspendResult;
|
|
98
98
|
}
|
|
@@ -100,7 +100,7 @@ function $bodyAsTextCOROUTINE$() {
|
|
|
100
100
|
continue $sm;
|
|
101
101
|
case 1:
|
|
102
102
|
var input = (!(suspendResult == null) ? isInterface(suspendResult, Source()) : false) ? suspendResult : THROW_CCE();
|
|
103
|
-
return decode(this.
|
|
103
|
+
return decode(this.d5y_1, input);
|
|
104
104
|
case 2:
|
|
105
105
|
throw this.dc_1;
|
|
106
106
|
}
|
|
@@ -127,7 +127,7 @@ function $bodyAsChannelCOROUTINE$() {
|
|
|
127
127
|
class $ extends CoroutineImpl() {
|
|
128
128
|
constructor(_this__u8e3s4, resultContinuation) {
|
|
129
129
|
super(resultContinuation);
|
|
130
|
-
this.
|
|
130
|
+
this.o5y_1 = _this__u8e3s4;
|
|
131
131
|
}
|
|
132
132
|
ic() {
|
|
133
133
|
var suspendResult = this.cc_1;
|
|
@@ -138,10 +138,10 @@ function $bodyAsChannelCOROUTINE$() {
|
|
|
138
138
|
case 0:
|
|
139
139
|
this.bc_1 = 2;
|
|
140
140
|
var tmp_0 = this;
|
|
141
|
-
tmp_0.
|
|
142
|
-
this.
|
|
141
|
+
tmp_0.p5y_1 = this.o5y_1;
|
|
142
|
+
this.q5y_1 = this.p5y_1;
|
|
143
143
|
this.ac_1 = 1;
|
|
144
|
-
var tmp_1 = this.
|
|
144
|
+
var tmp_1 = this.q5y_1.l52();
|
|
145
145
|
var tmp_2 = getKClass(ByteReadChannel());
|
|
146
146
|
var tmp_3;
|
|
147
147
|
try {
|
|
@@ -157,7 +157,7 @@ function $bodyAsChannelCOROUTINE$() {
|
|
|
157
157
|
tmp_3 = tmp_4;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
suspendResult = tmp_1.
|
|
160
|
+
suspendResult = tmp_1.i52(new (TypeInfo())(tmp_2, tmp_3), this);
|
|
161
161
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
162
162
|
return suspendResult;
|
|
163
163
|
}
|
|
@@ -22,9 +22,9 @@ function Phases() {
|
|
|
22
22
|
class $ {
|
|
23
23
|
constructor() {
|
|
24
24
|
Phases_instance = this;
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
25
|
+
this.d5a_1 = new (PipelinePhase())('Before');
|
|
26
|
+
this.e5a_1 = new (PipelinePhase())('State');
|
|
27
|
+
this.f5a_1 = new (PipelinePhase())('After');
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
initMetadataForObject($, 'Phases');
|
|
@@ -45,11 +45,11 @@ function HttpReceivePipeline() {
|
|
|
45
45
|
constructor(developmentMode) {
|
|
46
46
|
Phases_getInstance();
|
|
47
47
|
developmentMode = developmentMode === VOID ? true : developmentMode;
|
|
48
|
-
super([Phases_getInstance().
|
|
49
|
-
this.
|
|
48
|
+
super([Phases_getInstance().d5a_1, Phases_getInstance().e5a_1, Phases_getInstance().f5a_1]);
|
|
49
|
+
this.y5y_1 = developmentMode;
|
|
50
50
|
}
|
|
51
|
-
|
|
52
|
-
return this.
|
|
51
|
+
t3w() {
|
|
52
|
+
return this.y5y_1;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
initMetadataForClass($, 'HttpReceivePipeline', HttpReceivePipeline, VOID, VOID, [2]);
|
|
@@ -63,11 +63,11 @@ function Phases_0() {
|
|
|
63
63
|
class $ {
|
|
64
64
|
constructor() {
|
|
65
65
|
Phases_instance_0 = this;
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
66
|
+
this.m51_1 = new (PipelinePhase())('Receive');
|
|
67
|
+
this.n51_1 = new (PipelinePhase())('Parse');
|
|
68
|
+
this.o51_1 = new (PipelinePhase())('Transform');
|
|
69
|
+
this.p51_1 = new (PipelinePhase())('State');
|
|
70
|
+
this.q51_1 = new (PipelinePhase())('After');
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
initMetadataForObject($, 'Phases');
|
|
@@ -88,11 +88,11 @@ function HttpResponsePipeline() {
|
|
|
88
88
|
constructor(developmentMode) {
|
|
89
89
|
Phases_getInstance_0();
|
|
90
90
|
developmentMode = developmentMode === VOID ? true : developmentMode;
|
|
91
|
-
super([Phases_getInstance_0().
|
|
92
|
-
this.
|
|
91
|
+
super([Phases_getInstance_0().m51_1, Phases_getInstance_0().n51_1, Phases_getInstance_0().o51_1, Phases_getInstance_0().p51_1, Phases_getInstance_0().q51_1]);
|
|
92
|
+
this.g5z_1 = developmentMode;
|
|
93
93
|
}
|
|
94
|
-
|
|
95
|
-
return this.
|
|
94
|
+
t3w() {
|
|
95
|
+
return this.g5z_1;
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
initMetadataForClass($, 'HttpResponsePipeline', HttpResponsePipeline, VOID, VOID, [2]);
|
|
@@ -105,21 +105,21 @@ function HttpResponseContainer() {
|
|
|
105
105
|
if (HttpResponseContainerClass === VOID) {
|
|
106
106
|
class $ {
|
|
107
107
|
constructor(expectedType, response) {
|
|
108
|
-
this.
|
|
109
|
-
this.
|
|
108
|
+
this.s53_1 = expectedType;
|
|
109
|
+
this.t53_1 = response;
|
|
110
110
|
}
|
|
111
111
|
gl() {
|
|
112
|
-
return this.
|
|
112
|
+
return this.s53_1;
|
|
113
113
|
}
|
|
114
114
|
hl() {
|
|
115
|
-
return this.
|
|
115
|
+
return this.t53_1;
|
|
116
116
|
}
|
|
117
117
|
toString() {
|
|
118
|
-
return 'HttpResponseContainer(expectedType=' + this.
|
|
118
|
+
return 'HttpResponseContainer(expectedType=' + this.s53_1.toString() + ', response=' + toString(this.t53_1) + ')';
|
|
119
119
|
}
|
|
120
120
|
hashCode() {
|
|
121
|
-
var result = this.
|
|
122
|
-
result = imul(result, 31) + hashCode(this.
|
|
121
|
+
var result = this.s53_1.hashCode();
|
|
122
|
+
result = imul(result, 31) + hashCode(this.t53_1) | 0;
|
|
123
123
|
return result;
|
|
124
124
|
}
|
|
125
125
|
equals(other) {
|
|
@@ -128,9 +128,9 @@ function HttpResponseContainer() {
|
|
|
128
128
|
if (!(other instanceof HttpResponseContainer()))
|
|
129
129
|
return false;
|
|
130
130
|
var tmp0_other_with_cast = other instanceof HttpResponseContainer() ? other : THROW_CCE();
|
|
131
|
-
if (!this.
|
|
131
|
+
if (!this.s53_1.equals(tmp0_other_with_cast.s53_1))
|
|
132
132
|
return false;
|
|
133
|
-
if (!equals(this.
|
|
133
|
+
if (!equals(this.t53_1, tmp0_other_with_cast.t53_1))
|
|
134
134
|
return false;
|
|
135
135
|
return true;
|
|
136
136
|
}
|
|
@@ -29,8 +29,8 @@ function $executeCOROUTINE$() {
|
|
|
29
29
|
class $ extends CoroutineImpl() {
|
|
30
30
|
constructor(_this__u8e3s4, block, resultContinuation) {
|
|
31
31
|
super(resultContinuation);
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
32
|
+
this.p5z_1 = _this__u8e3s4;
|
|
33
|
+
this.q5z_1 = block;
|
|
34
34
|
}
|
|
35
35
|
ic() {
|
|
36
36
|
var suspendResult = this.cc_1;
|
|
@@ -45,14 +45,14 @@ function $executeCOROUTINE$() {
|
|
|
45
45
|
case 1:
|
|
46
46
|
this.bc_1 = 13;
|
|
47
47
|
this.ac_1 = 2;
|
|
48
|
-
suspendResult = this.
|
|
48
|
+
suspendResult = this.p5z_1.y5z(this);
|
|
49
49
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
50
50
|
return suspendResult;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
continue $sm;
|
|
54
54
|
case 2:
|
|
55
|
-
this.
|
|
55
|
+
this.s5z_1 = suspendResult;
|
|
56
56
|
this.ac_1 = 3;
|
|
57
57
|
continue $sm;
|
|
58
58
|
case 3:
|
|
@@ -61,33 +61,33 @@ function $executeCOROUTINE$() {
|
|
|
61
61
|
case 4:
|
|
62
62
|
this.bc_1 = 11;
|
|
63
63
|
this.ac_1 = 5;
|
|
64
|
-
suspendResult = this.
|
|
64
|
+
suspendResult = this.q5z_1(this.s5z_1, this);
|
|
65
65
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
66
66
|
return suspendResult;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
continue $sm;
|
|
70
70
|
case 5:
|
|
71
|
-
this.
|
|
71
|
+
this.t5z_1 = suspendResult;
|
|
72
72
|
this.ac_1 = 6;
|
|
73
73
|
var tmp_0 = this;
|
|
74
74
|
continue $sm;
|
|
75
75
|
case 6:
|
|
76
|
-
this.
|
|
76
|
+
this.u5z_1 = this.t5z_1;
|
|
77
77
|
this.bc_1 = 13;
|
|
78
78
|
this.ac_1 = 7;
|
|
79
|
-
suspendResult = this.
|
|
79
|
+
suspendResult = this.p5z_1.z5z(this.s5z_1, this);
|
|
80
80
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
81
81
|
return suspendResult;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
continue $sm;
|
|
85
85
|
case 7:
|
|
86
|
-
return this.
|
|
86
|
+
return this.u5z_1;
|
|
87
87
|
case 8:
|
|
88
88
|
this.bc_1 = 13;
|
|
89
89
|
this.ac_1 = 9;
|
|
90
|
-
suspendResult = this.
|
|
90
|
+
suspendResult = this.p5z_1.z5z(this.s5z_1, this);
|
|
91
91
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
92
92
|
return suspendResult;
|
|
93
93
|
}
|
|
@@ -95,24 +95,24 @@ function $executeCOROUTINE$() {
|
|
|
95
95
|
continue $sm;
|
|
96
96
|
case 9:
|
|
97
97
|
var tmp_1 = this;
|
|
98
|
-
tmp_1.
|
|
98
|
+
tmp_1.r5z_1 = Unit_instance;
|
|
99
99
|
this.bc_1 = 14;
|
|
100
100
|
this.ac_1 = 10;
|
|
101
101
|
continue $sm;
|
|
102
102
|
case 10:
|
|
103
|
-
return this.
|
|
103
|
+
return this.r5z_1;
|
|
104
104
|
case 11:
|
|
105
105
|
this.bc_1 = 13;
|
|
106
|
-
this.
|
|
106
|
+
this.v5z_1 = this.dc_1;
|
|
107
107
|
this.ac_1 = 12;
|
|
108
|
-
suspendResult = this.
|
|
108
|
+
suspendResult = this.p5z_1.z5z(this.s5z_1, this);
|
|
109
109
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
110
110
|
return suspendResult;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
continue $sm;
|
|
114
114
|
case 12:
|
|
115
|
-
throw this.
|
|
115
|
+
throw this.v5z_1;
|
|
116
116
|
case 13:
|
|
117
117
|
this.bc_1 = 14;
|
|
118
118
|
var tmp_2 = this.dc_1;
|
|
@@ -149,7 +149,7 @@ function $fetchStreamingResponseCOROUTINE$() {
|
|
|
149
149
|
class $ extends CoroutineImpl() {
|
|
150
150
|
constructor(_this__u8e3s4, resultContinuation) {
|
|
151
151
|
super(resultContinuation);
|
|
152
|
-
this.
|
|
152
|
+
this.i60_1 = _this__u8e3s4;
|
|
153
153
|
}
|
|
154
154
|
ic() {
|
|
155
155
|
var suspendResult = this.cc_1;
|
|
@@ -163,10 +163,10 @@ function $fetchStreamingResponseCOROUTINE$() {
|
|
|
163
163
|
continue $sm;
|
|
164
164
|
case 1:
|
|
165
165
|
this.bc_1 = 4;
|
|
166
|
-
this.
|
|
167
|
-
skipSaveBody(this.
|
|
166
|
+
this.k60_1 = (new (HttpRequestBuilder())()).p57(this.i60_1.w5z_1);
|
|
167
|
+
skipSaveBody(this.k60_1);
|
|
168
168
|
this.ac_1 = 2;
|
|
169
|
-
suspendResult = this.
|
|
169
|
+
suspendResult = this.i60_1.x5z_1.s51(this.k60_1, this);
|
|
170
170
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
171
171
|
return suspendResult;
|
|
172
172
|
}
|
|
@@ -175,9 +175,9 @@ function $fetchStreamingResponseCOROUTINE$() {
|
|
|
175
175
|
case 2:
|
|
176
176
|
var call = suspendResult;
|
|
177
177
|
var tmp_0 = this;
|
|
178
|
-
return call.
|
|
178
|
+
return call.n4z();
|
|
179
179
|
case 3:
|
|
180
|
-
return this.
|
|
180
|
+
return this.j60_1;
|
|
181
181
|
case 4:
|
|
182
182
|
this.bc_1 = 5;
|
|
183
183
|
var tmp_1 = this.dc_1;
|
|
@@ -214,7 +214,7 @@ function $fetchResponseCOROUTINE$() {
|
|
|
214
214
|
class $ extends CoroutineImpl() {
|
|
215
215
|
constructor(_this__u8e3s4, resultContinuation) {
|
|
216
216
|
super(resultContinuation);
|
|
217
|
-
this.
|
|
217
|
+
this.t60_1 = _this__u8e3s4;
|
|
218
218
|
}
|
|
219
219
|
ic() {
|
|
220
220
|
var suspendResult = this.cc_1;
|
|
@@ -228,28 +228,28 @@ function $fetchResponseCOROUTINE$() {
|
|
|
228
228
|
continue $sm;
|
|
229
229
|
case 1:
|
|
230
230
|
this.bc_1 = 6;
|
|
231
|
-
this.
|
|
231
|
+
this.v60_1 = (new (HttpRequestBuilder())()).p57(this.t60_1.w5z_1);
|
|
232
232
|
this.ac_1 = 2;
|
|
233
|
-
suspendResult = this.
|
|
233
|
+
suspendResult = this.t60_1.x5z_1.s51(this.v60_1, this);
|
|
234
234
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
235
235
|
return suspendResult;
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
continue $sm;
|
|
239
239
|
case 2:
|
|
240
|
-
this.
|
|
240
|
+
this.w60_1 = suspendResult;
|
|
241
241
|
this.ac_1 = 3;
|
|
242
|
-
suspendResult = save(this.
|
|
242
|
+
suspendResult = save(this.w60_1, this);
|
|
243
243
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
244
244
|
return suspendResult;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
continue $sm;
|
|
248
248
|
case 3:
|
|
249
|
-
this.
|
|
250
|
-
this.
|
|
249
|
+
this.x60_1 = suspendResult;
|
|
250
|
+
this.y60_1 = this.x60_1.n4z();
|
|
251
251
|
this.ac_1 = 4;
|
|
252
|
-
suspendResult = this.
|
|
252
|
+
suspendResult = this.t60_1.z5z(this.w60_1.n4z(), this);
|
|
253
253
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
254
254
|
return suspendResult;
|
|
255
255
|
}
|
|
@@ -257,9 +257,9 @@ function $fetchResponseCOROUTINE$() {
|
|
|
257
257
|
continue $sm;
|
|
258
258
|
case 4:
|
|
259
259
|
var tmp_0 = this;
|
|
260
|
-
return this.
|
|
260
|
+
return this.y60_1;
|
|
261
261
|
case 5:
|
|
262
|
-
return this.
|
|
262
|
+
return this.u60_1;
|
|
263
263
|
case 6:
|
|
264
264
|
this.bc_1 = 7;
|
|
265
265
|
var tmp_1 = this.dc_1;
|
|
@@ -296,8 +296,8 @@ function $cleanupCOROUTINE$() {
|
|
|
296
296
|
class $ extends CoroutineImpl() {
|
|
297
297
|
constructor(_this__u8e3s4, _this__u8e3s4_0, resultContinuation) {
|
|
298
298
|
super(resultContinuation);
|
|
299
|
-
this.
|
|
300
|
-
this.
|
|
299
|
+
this.h61_1 = _this__u8e3s4;
|
|
300
|
+
this.i61_1 = _this__u8e3s4_0;
|
|
301
301
|
}
|
|
302
302
|
ic() {
|
|
303
303
|
var suspendResult = this.cc_1;
|
|
@@ -308,17 +308,17 @@ function $cleanupCOROUTINE$() {
|
|
|
308
308
|
case 0:
|
|
309
309
|
this.bc_1 = 4;
|
|
310
310
|
var tmp_0 = this;
|
|
311
|
-
var tmp_1 = ensureNotNull(this.
|
|
312
|
-
tmp_0.
|
|
311
|
+
var tmp_1 = ensureNotNull(this.i61_1.s1x().nc(Key_instance));
|
|
312
|
+
tmp_0.j61_1 = isInterface(tmp_1, CompletableJob()) ? tmp_1 : THROW_CCE();
|
|
313
313
|
var tmp_2 = this;
|
|
314
|
-
tmp_2.
|
|
315
|
-
this.
|
|
314
|
+
tmp_2.k61_1 = this.j61_1;
|
|
315
|
+
this.l61_1 = this.k61_1;
|
|
316
316
|
var tmp_3 = this;
|
|
317
|
-
tmp_3.
|
|
318
|
-
this.
|
|
319
|
-
this.
|
|
317
|
+
tmp_3.m61_1 = this.l61_1;
|
|
318
|
+
this.n61_1 = this.m61_1;
|
|
319
|
+
this.n61_1.d25();
|
|
320
320
|
this.bc_1 = 1;
|
|
321
|
-
cancel(this.
|
|
321
|
+
cancel(this.i61_1.t52());
|
|
322
322
|
this.bc_1 = 4;
|
|
323
323
|
this.ac_1 = 2;
|
|
324
324
|
continue $sm;
|
|
@@ -326,7 +326,7 @@ function $cleanupCOROUTINE$() {
|
|
|
326
326
|
this.bc_1 = 4;
|
|
327
327
|
var tmp_4 = this.dc_1;
|
|
328
328
|
if (tmp_4 instanceof Error) {
|
|
329
|
-
this.
|
|
329
|
+
this.o61_1 = this.dc_1;
|
|
330
330
|
this.ac_1 = 2;
|
|
331
331
|
continue $sm;
|
|
332
332
|
} else {
|
|
@@ -336,7 +336,7 @@ function $cleanupCOROUTINE$() {
|
|
|
336
336
|
case 2:
|
|
337
337
|
this.bc_1 = 4;
|
|
338
338
|
this.ac_1 = 3;
|
|
339
|
-
suspendResult = this.
|
|
339
|
+
suspendResult = this.n61_1.z1y(this);
|
|
340
340
|
if (suspendResult === get_COROUTINE_SUSPENDED()) {
|
|
341
341
|
return suspendResult;
|
|
342
342
|
}
|
|
@@ -369,38 +369,38 @@ function HttpStatement() {
|
|
|
369
369
|
if (HttpStatementClass === VOID) {
|
|
370
370
|
class $ {
|
|
371
371
|
constructor(builder, client) {
|
|
372
|
-
this.
|
|
373
|
-
this.
|
|
372
|
+
this.w5z_1 = builder;
|
|
373
|
+
this.x5z_1 = client;
|
|
374
374
|
}
|
|
375
|
-
|
|
375
|
+
p61(block, $completion) {
|
|
376
376
|
var tmp = new ($executeCOROUTINE$())(this, block, $completion);
|
|
377
377
|
tmp.cc_1 = Unit_instance;
|
|
378
378
|
tmp.dc_1 = null;
|
|
379
379
|
return tmp.ic();
|
|
380
380
|
}
|
|
381
|
-
|
|
382
|
-
return this.
|
|
381
|
+
q61($completion) {
|
|
382
|
+
return this.r61($completion);
|
|
383
383
|
}
|
|
384
|
-
|
|
384
|
+
y5z($completion) {
|
|
385
385
|
var tmp = new ($fetchStreamingResponseCOROUTINE$())(this, $completion);
|
|
386
386
|
tmp.cc_1 = Unit_instance;
|
|
387
387
|
tmp.dc_1 = null;
|
|
388
388
|
return tmp.ic();
|
|
389
389
|
}
|
|
390
|
-
|
|
390
|
+
r61($completion) {
|
|
391
391
|
var tmp = new ($fetchResponseCOROUTINE$())(this, $completion);
|
|
392
392
|
tmp.cc_1 = Unit_instance;
|
|
393
393
|
tmp.dc_1 = null;
|
|
394
394
|
return tmp.ic();
|
|
395
395
|
}
|
|
396
|
-
|
|
396
|
+
z5z(_this__u8e3s4, $completion) {
|
|
397
397
|
var tmp = new ($cleanupCOROUTINE$())(this, _this__u8e3s4, $completion);
|
|
398
398
|
tmp.cc_1 = Unit_instance;
|
|
399
399
|
tmp.dc_1 = null;
|
|
400
400
|
return tmp.ic();
|
|
401
401
|
}
|
|
402
402
|
toString() {
|
|
403
|
-
return 'HttpStatement[' + this.
|
|
403
|
+
return 'HttpStatement[' + this.w5z_1.n50_1.toString() + ']';
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
406
|
initMetadataForClass($, 'HttpStatement', VOID, VOID, VOID, [1, 0]);
|