李铭昕
9398486157
Update methods of withXxx return not only psr response.
2019-09-02 09:56:51 +08:00
李铭昕
d01fa287c6
Deleted annotation.cache when execute di:init-proxy.
2019-09-02 09:46:07 +08:00
李铭昕
d5fff8af1e
Merge branch 'master' into 1.1-response
2019-09-02 09:44:30 +08:00
李铭昕
c9f8eeb42b
Merge pull request #463 from limingxinleo/1.1-collector
...
Optimized cacheable for DefinitionSource.
2019-09-02 09:30:40 +08:00
reasno
2e0e6e9691
hide beta feature option
2019-09-01 23:27:01 +08:00
huangzhhui
593b4cc5b9
Update CHANGELOG.md
2019-09-01 22:39:53 +08:00
黄朝晖
b81a48aef6
Update DispatcherFactory.php
2019-09-01 22:35:45 +08:00
李铭昕
da18cd9ce5
Update ResponseTest.php
2019-09-01 18:49:50 +08:00
李铭昕
3653f36b1d
Update CHANGELOG.md
2019-09-01 18:44:09 +08:00
李铭昕
6acf4bc3d4
Added header and cookie.
2019-09-01 18:42:56 +08:00
黄朝晖
e1850a5ca3
Merge pull request #492 from hedeqiang/master
...
Update paginator.md
2019-09-01 16:16:50 +08:00
黄朝晖
df582478e9
Update paginator.md
2019-09-01 16:16:27 +08:00
sy-records
f88cd803a5
add swoole-tracker
...
new file: swoole-tracker/LICENSE.md
new file: swoole-tracker/README.md
new file: swoole-tracker/composer.json
new file: swoole-tracker/src/ConfigProvider.php
new file: swoole-tracker/src/Middleware/HttpServerMiddleware.php
2019-09-01 11:10:37 +08:00
reasno
eadac4a690
rename variable
2019-08-31 22:37:16 +08:00
李铭昕
77b7549186
Fixed devtool config.
2019-08-31 20:47:29 +08:00
李铭昕
6f7fe2fbbc
Moved requestCommand into devtool.
2019-08-31 20:33:26 +08:00
李铭昕
0983e9ffa6
Update ValidatesAttributes.php
2019-08-31 20:22:34 +08:00
李铭昕
038a4fe551
Optimized code.
2019-08-31 20:19:00 +08:00
李铭昕
1051245689
Deleted useless comments.
2019-08-31 20:04:44 +08:00
李铭昕
7bff2cea31
Merge branch '1.0' into pr/429
2019-08-31 19:43:41 +08:00
李铭昕
88c6d88122
Merge branch 'master' into 1.1-collector
2019-08-31 19:37:04 +08:00
reasno
bf4ad4a932
Add Documentation
...
Merge branch 'master' into tracer
Pass PHPStan
2019-08-31 18:33:41 +08:00
hedeqiang
5ec65b64cf
Update paginator.md
2019-08-31 15:00:59 +08:00
黄朝晖
934d79349e
Merge pull request #490 from lcbyz/master
...
中文文档控制器章节下面【避免协程间数据混淆】段落错别字修改
2019-08-31 00:13:53 +08:00
linchunbo
7bccbcd845
中文文档控制器章节下面【避免协程间数据混淆】段落错别字修改
2019-08-30 18:03:01 +08:00
Luffy
08787b92a6
Update swoole-tracker.md
2019-08-30 17:04:26 +08:00
Luffy
5919740780
Update composer.json
2019-08-30 16:34:16 +08:00
Luffy
77c7d71046
Update swoole-tracker.md
2019-08-30 16:32:43 +08:00
李铭昕
ac63ab6c32
Merge pull request #486 from limingxinleo/http
...
Fixed `getParsedBody` not deserialize json contents.
2019-08-30 15:30:55 +08:00
李铭昕
a1548ff30d
Update ServerRequestTest.php
2019-08-30 14:02:24 +08:00
李铭昕
25e3f3c96b
Update Request.php
2019-08-30 11:14:02 +08:00
李铭昕
8602818f00
Not only post method.
2019-08-30 11:04:35 +08:00
李铭昕
f53a247db3
Update CHANGELOG.md
2019-08-30 11:01:23 +08:00
李铭昕
aefff23d03
Fixed getParsedBody
not deserialize json contents.
2019-08-30 10:56:32 +08:00
黄朝晖
d143fbf212
Merge pull request #455 from dickens7/master
...
Added download method of HTTP Response
2019-08-29 19:04:07 +08:00
huangzhhui
5c882c76e7
Merge branch 'master' of https://github.com/dickens7/hyperf into pr/455
2019-08-29 18:45:45 +08:00
huangzhhui
6ba729f570
Moved MimeTypeExtensionGuesser to Utils
2019-08-29 18:45:41 +08:00
李铭昕
6719f7b070
Update response.md
2019-08-29 17:20:22 +08:00
黄朝晖
f500526be3
Merge pull request #483 from minororange/patch-1
...
更新Readme.md
2019-08-29 16:57:41 +08:00
huangzhhui
79d6a07f76
Update response.md
2019-08-29 16:49:30 +08:00
huangzhhui
2c48d97859
Add content-type even return 304
2019-08-29 16:44:50 +08:00
huangzhhui
28352f39fc
Remove $contents property
2019-08-29 16:44:26 +08:00
Reasno
fcad7ce6bf
[Feature] Adopt opentracing interface and support jaeger
...
This PR unties all Zipkin details from the hyper/tracer. All tracing interaction is done through the standard Opentracing interfaces. Configuration format is slightly modified according to the discussion in #453 . Two adapters are provided out of box, Zipkin and Jaeger. The architecture is made pluggable now. Anything that implements opentracing can be used as the underlying tracer. Users are free to implement their own solution.
Note you need to "composer require jonahgeorge/jaeger-client-php" to use Jaeger as tracer.
2019-08-29 16:36:14 +08:00
李铭昕
e8a6d8238d
Fixed bug.
2019-08-29 16:27:46 +08:00
huangzhhui
6a24ed9184
Update CHANGELOG.md
2019-08-29 16:26:51 +08:00
huangzhhui
d43cabb7ec
Optimized comment
2019-08-29 16:25:07 +08:00
huangzhhui
333c99c18b
Merge branch 'master' of https://github.com/dickens7/hyperf into pr/455
2019-08-29 16:20:19 +08:00
huangzhhui
4eecffc535
Optimized the etag algorithm and content-type
2019-08-29 16:19:59 +08:00
huangzhhui
2fae262076
Create FileException.php
2019-08-29 16:19:15 +08:00
huangzhhui
c5d6e2e45c
Add a guesser to guess mime type by extension, or guess extension by mine type
2019-08-29 16:19:10 +08:00