2016-11-23 22:03:06 +00:00
|
|
|
name: angel_proxy
|
|
|
|
description: Angel middleware to forward requests to another server (i.e. pub serve).
|
2019-10-12 15:19:57 +00:00
|
|
|
version: 2.2.0
|
2016-11-23 22:03:06 +00:00
|
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
|
|
homepage: https://github.com/angel-dart/proxy
|
|
|
|
environment:
|
2018-11-02 04:22:32 +00:00
|
|
|
sdk: ">=2.0.0 <3.0.0"
|
2016-11-23 22:03:06 +00:00
|
|
|
dependencies:
|
2018-11-08 22:13:26 +00:00
|
|
|
angel_framework: ^2.0.0-alpha
|
|
|
|
http: ^0.12.0
|
2018-11-08 22:13:58 +00:00
|
|
|
http_parser: ^3.0.0
|
2018-11-09 00:14:32 +00:00
|
|
|
path: ^1.0.0
|
2016-11-23 22:03:06 +00:00
|
|
|
dev_dependencies:
|
2018-11-08 22:13:26 +00:00
|
|
|
angel_test: ^2.0.0-alpha
|
|
|
|
logging:
|
2018-11-08 22:13:58 +00:00
|
|
|
mock_request:
|
2019-05-02 23:19:30 +00:00
|
|
|
pedantic: ^1.0.0
|
2018-11-02 04:22:32 +00:00
|
|
|
test: ^1.0.0
|
2018-03-20 18:01:10 +00:00
|
|
|
|