6 lines
118 B
Factor
6 lines
118 B
Factor
|
REQUIRES: libs/http ;
|
||
|
|
||
|
PROVIDE: libs/http-client
|
||
|
{ +files+ { "http-client.factor" } }
|
||
|
{ +tests+ { "test.factor" } } ;
|