http_open/3 with headers and data

This commit is contained in:
Adrián Arroyo Calle
2022-03-27 14:18:38 +02:00
parent 3acbe2a418
commit 6798b22b49
3 changed files with 92 additions and 9 deletions

View File

@@ -540,7 +540,7 @@ enum SystemClauseType {
CpuNow,
#[strum_discriminants(strum(props(Arity = "2", Name = "$det_length_rundown")))]
DeterministicLengthRundown,
#[strum_discriminants(strum(props(Arity = "3", Name = "$http_open")))]
#[strum_discriminants(strum(props(Arity = "7", Name = "$http_open")))]
HttpOpen,
REPL(REPLCodePtr),
}