Fix http tests
parent
dc90b0014b
commit
74d87e5a41
|
@ -1,8 +1,8 @@
|
||||||
USING: http tools.test multiline tuple-syntax io.streams.string
|
USING: http http.server http.client tools.test multiline
|
||||||
io.encodings.utf8 io.encodings.8-bit io.encodings.binary
|
tuple-syntax io.streams.string io.encodings.utf8
|
||||||
io.encodings.string kernel arrays splitting sequences assocs
|
io.encodings.8-bit io.encodings.binary io.encodings.string
|
||||||
io.sockets db db.sqlite continuations urls hashtables accessors
|
kernel arrays splitting sequences assocs io.sockets db db.sqlite
|
||||||
;
|
continuations urls hashtables accessors ;
|
||||||
IN: http.tests
|
IN: http.tests
|
||||||
|
|
||||||
[ "text/plain" latin1 ] [ "text/plain" parse-content-type ] unit-test
|
[ "text/plain" latin1 ] [ "text/plain" parse-content-type ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue