Home
last modified time | relevance | path

Searched refs:io (Results 101 – 111 of 111) sorted by path

12345

/unit/test/java/welcome_files/
H A Dapp.java2 import java.io.IOException;
3 import java.io.PrintWriter;
/unit/test/perl/body_io_empty/
H A Dpsgi.pl6 my $io = IO::Handle->new();
8 return ['200', [], $io];
/unit/test/perl/body_io_fake/
H A Dpsgi.pl8 my $io = IOFake->new($environ->{'psgi.errors'});
10 return ['200', [ 'Content-Length' => '2' ], $io];
/unit/test/perl/body_io_file/
H A Dpsgi.pl4 open my $io, '<file';
6 return ['200', ['Content-Length' => 5], $io];
/unit/test/perl/input_buffered_read/
H A Dpsgi.pl8 open my $io, "<", \$body;
11 bless $io, 'FileHandle';
14 $environ->{'psgi.input'} = $io;
/unit/test/python/body_io/
H A Dwsgi.py1 import io
6 f = io.BytesIO(b'0123456789')
/unit/test/ruby/body_each_error/
H A Dconfig.ru2 io = IO.new(0, 'r')
3 ['200', {'Content-Length' => '0'}, io]
/unit/test/
H A Dtest_java_application.py1 import io
967 'data': io.StringIO('Data from sample file'),
H A Dtest_tls.py1 import io
685 'data': io.StringIO(data),
/unit/test/unit/
H A Dhttp.py2 import io
331 if not isinstance(value['data'], io.IOBase):
/unit/tools/
H A DREADME.md31 * [jq](https://stedolan.github.io/jq/) is used to prettify JSON output, if
38 …ult editor for interactive configuration. The [jq](https://stedolan.github.io/jq/) tool is require…
39 …when the URI specifies an existing array. The [jq](https://stedolan.github.io/jq/) tool is require…

12345