Skip to content

Commit 5ebb529

Browse files
committed
FIX: including datatype! as allowed query field in the HTTP scheme
related to: Oldes/Rebol-issues#2607
1 parent e37c0e2 commit 5ebb529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/prot-http.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ sys/make-scheme [
934934
]
935935
query: func [
936936
port [port!]
937-
field [word! block! none!]
937+
field [word! block! none! datatype!]
938938
/mode ;@@ deprecated!
939939
/local error state result
940940
][

0 commit comments

Comments
 (0)