Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riywo/p5-apitest
https://github.com/riywo/p5-apitest
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/riywo/p5-apitest
- Owner: riywo
- Created: 2012-08-12T06:06:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-08T13:59:42.000Z (over 12 years ago)
- Last Synced: 2024-10-21T20:05:28.865Z (3 months ago)
- Language: Perl
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
$ perl diff.pl
+--+---------------------------------------+---------------------------------------+
| 1|bless( { |bless( { |
| 2| 'client' => bless( { | 'client' => bless( { |
| 3| 'backends' => { | 'backends' => { |
* 4| 'psgi-local' => sub { "DUMMY" } | 'http' => sub { "DUMMY" } *
| 5| } | } |
| 6| }, 'Plack::Client' ), | }, 'Plack::Client' ), |
* 7| 'server' => 'psgi-local://app.psgi' | 'server' => 'http://localhost:5000' *
| 8|}, 'APITest' ) |}, 'APITest' ) |
+--+---------------------------------------+---------------------------------------+
+---+----------------------------------------------------------+---+----------------------------------------------------------+
| 3| '{"aaa":1}' | 3| '{"aaa":1}' |
| 4| ], | 4| ], |
| 5| 'headers' => bless( { | 5| 'headers' => bless( { |
* 6| 'content-length' => 9, * 6| 'content-length' => '9', *
| 7| 'content-type' => 'application/json; charset=utf-8', | 7| 'content-type' => 'application/json; charset=utf-8', |
| | * 8| 'date' => 'Sun, 12 Aug 2012 06:07:02 GMT', *
| | * 9| 'server' => 'HTTP::Server::PSGI', *
| 8| 'x-content-type-options' => 'nosniff', | 10| 'x-content-type-options' => 'nosniff', |
| 9| 'x-frame-options' => 'DENY' | 11| 'x-frame-options' => 'DENY' |
| 10| }, 'HTTP::Headers' ), | 12| }, 'HTTP::Headers' ), |
* 11| 'status' => 200 * 13| 'status' => '200' *
| 12|}, 'Plack::Response' ) | 14|}, 'Plack::Response' ) |
+---+----------------------------------------------------------+---+----------------------------------------------------------+