Anatoly Nekhay
Anatoly Nekhay
- [x] [Custom](https://github.com/sunrise-php/http-header-kit#custom-header) - [ ] Accept - [ ] Accept-Charset - [ ] Accept-Encoding - [ ] Accept-Language - [ ] Accept-Ranges - [x] [Access-Control-Allow-Credentials](https://github.com/sunrise-php/http-header-kit/blob/master/README.md#access-control-allow-credentials) - [x] [Access-Control-Allow-Headers](https://github.com/sunrise-php/http-header-kit/blob/master/README.md#access-control-allow-headers) -...
**Is your feature request related to a problem? Please describe.** no. **Describe the solution you'd like** ```php (new ServerRequestFactory)->createFromWorkerman($workermanRequest); (new ResponseFactory)->createFromWorkerman($workermanResponse); ``` **Describe alternatives you've considered** ready-made solution? **Additional context**...
**Is your feature request related to a problem? Please describe.** no. **Describe the solution you'd like** ```php (new ServerRequestFactory)->createFromSwoole($swooleRequest); (new ResponseFactory)->createFromSwoole($swooleResponse); ``` **Describe alternatives you've considered** ready-made solution? **Additional context**...
* PHP support since version 7.2; * Support for php 8.0; * Support for php 8.1. what do u think about this? isn't it time to abandon the old versions...
- [x] `NamePrefix` annotation; - [ ] Add a command to clear the route descriptor loader's cache.