You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
union (unnamed at /home/runner/.julia/artifacts/7462356ce6118e7f75f705b89b1ae23564fddadc/include/aws/http/proxy.h:310:5)
1220
+
__JL_Ctag_38
1208
1221
1209
1222
Documentation not found.
1210
1223
"""
1211
-
structvar"union (unnamed at /home/runner/.julia/artifacts/7462356ce6118e7f75f705b89b1ae23564fddadc/include/aws/http/proxy.h:310:5)"
1224
+
struct__JL_Ctag_38
1212
1225
data::NTuple{8, UInt8}
1213
1226
end
1214
1227
1215
-
function Base.getproperty(x::Ptr{var"union (unnamed at /home/runner/.julia/artifacts/7462356ce6118e7f75f705b89b1ae23564fddadc/include/aws/http/proxy.h:310:5)"}, f::Symbol)
1228
+
function Base.getproperty(x::Ptr{__JL_Ctag_38}, f::Symbol)
1216
1229
f ===:forwarding_vtable&&returnPtr{Ptr{aws_http_proxy_negotiator_forwarding_vtable}}(x +0)
1217
1230
f ===:tunnelling_vtable&&returnPtr{Ptr{aws_http_proxy_negotiator_tunnelling_vtable}}(x +0)
1218
1231
returngetfield(x, f)
1219
1232
end
1220
1233
1221
-
function Base.getproperty(x::var"union (unnamed at /home/runner/.julia/artifacts/7462356ce6118e7f75f705b89b1ae23564fddadc/include/aws/http/proxy.h:310:5)", f::Symbol)
1222
-
r =Ref{var"union (unnamed at /home/runner/.julia/artifacts/7462356ce6118e7f75f705b89b1ae23564fddadc/include/aws/http/proxy.h:310:5)"}(x)
1223
-
ptr = Base.unsafe_convert(Ptr{var"union (unnamed at /home/runner/.julia/artifacts/7462356ce6118e7f75f705b89b1ae23564fddadc/include/aws/http/proxy.h:310:5)"}, r)
1234
+
function Base.getproperty(x::__JL_Ctag_38, f::Symbol)
1235
+
r =Ref{__JL_Ctag_38}(x)
1236
+
ptr = Base.unsafe_convert(Ptr{__JL_Ctag_38}, r)
1224
1237
fptr =getproperty(ptr, f)
1225
1238
GC.@preserve r unsafe_load(fptr)
1226
1239
end
1227
1240
1228
-
function Base.setproperty!(x::Ptr{var"union (unnamed at /home/runner/.julia/artifacts/7462356ce6118e7f75f705b89b1ae23564fddadc/include/aws/http/proxy.h:310:5)"}, f::Symbol, v)
1241
+
function Base.setproperty!(x::Ptr{__JL_Ctag_38}, f::Symbol, v)
1229
1242
unsafe_store!(getproperty(x, f), v)
1230
1243
end
1231
1244
1245
+
function Base.propertynames(x::__JL_Ctag_38, private::Bool=false)
1246
+
(:forwarding_vtable, :tunnelling_vtable, if private
1247
+
fieldnames(typeof(x))
1248
+
else
1249
+
()
1250
+
end...)
1251
+
end
1252
+
1232
1253
"""
1233
1254
aws_http_proxy_negotiator
1234
1255
@@ -1241,7 +1262,7 @@ end
1241
1262
function Base.getproperty(x::Ptr{aws_http_proxy_negotiator}, f::Symbol)
1242
1263
f ===:ref_count&&returnPtr{aws_ref_count}(x +0)
1243
1264
f ===:impl&&returnPtr{Ptr{Cvoid}}(x +24)
1244
-
f ===:strategy_vtable&&returnPtr{var"union (unnamed at /home/runner/.julia/artifacts/7462356ce6118e7f75f705b89b1ae23564fddadc/include/aws/http/proxy.h:310:5)"}(x +32)
1265
+
f ===:strategy_vtable&&returnPtr{__JL_Ctag_38}(x +32)
1245
1266
returngetfield(x, f)
1246
1267
end
1247
1268
@@ -1256,6 +1277,14 @@ function Base.setproperty!(x::Ptr{aws_http_proxy_negotiator}, f::Symbol, v)
1256
1277
unsafe_store!(getproperty(x, f), v)
1257
1278
end
1258
1279
1280
+
function Base.propertynames(x::aws_http_proxy_negotiator, private::Bool=false)
1281
+
(:ref_count, :impl, :strategy_vtable, if private
1282
+
fieldnames(typeof(x))
1283
+
else
1284
+
()
1285
+
end...)
1286
+
end
1287
+
1259
1288
"""
1260
1289
aws_http_proxy_strategy_basic_auth_options
1261
1290
@@ -2442,14 +2471,15 @@ function aws_http_message_set_body_stream(message, body_stream)
Called repeatedly as the websocket's payload is streamed out. The user should write payload data to out\\_buf, up to available capacity. The websocket will mask this data for you, if necessary. Invoked repeatedly on the websocket's event-loop thread.
@@ -3656,6 +3713,50 @@ function aws_http_message_new_websocket_handshake_request(allocator, path, host)
Upgrade an incoming HTTP connection to a websocket connection. This function should be called from the on\\_request\\_done callback of a request handler. It expects a fully constructed request and will handle sending the handshake response and install the websocket handler into the channel.
0 commit comments