Commit Graph

169 Commits (2c980eb7edd2e8a7e2dcf3b3d582864aee89f5b3)

Author SHA1 Message Date
KnifeLemon 2c980eb7ed Revert to previous code
9 months ago
KnifeLemon 847a0d51f0 fix: add null coalescing for undefined superglobals
9 months ago
KnifeLemon 68b9306d30
Apply suggestions from code review
9 months ago
KnifeLemon 106955a82e add multipart parsing for PUT/PATCH/DELETE methods and comprehensive tests
9 months ago
KnifeLemon ca46fd041d fix file upload handling to preserve array format for single files
9 months ago
KnifeLemon f0bd5dda81 fixed multiple file upload errors
9 months ago
n0nag0n c9da0675d9 added accept header negotiations, OPTIONS method Allow header and, better method handling.
10 months ago
n0nag0n 4d9f0f42bd Added response test and did some sanitizing
10 months ago
n0nag0n 053227b3b0 adjusted phpstan linting to be friendlier and changed download() to also specify file name
10 months ago
n0nag0n f0dc1b1adf
Merge pull request #658 from flightphp/router-performance
11 months ago
n0nag0n a85790a20c
Update flight/net/Request.php
11 months ago
n0nag0n 8ecb93f2df router performance enhancements
12 months ago
n0nag0n c8f39b7a11 improvements with the request class
1 year ago
n0nag0n 9215b905c8 feat(request): Add servername property to Request class
1 year ago
fadrian06 15ff651e77 support for duplicated slashes in nested groups
1 year ago
fadrian06 59c9c0330f improve ::registerContainerHandler docblock
1 year ago
fadrian06 5068995d17 merge master
1 year ago
Austin Collier 27718cfea7 added ability to throw a method not found instead of 404
2 years ago
n0nag0n f8811e1d8b allowed for middlewares to be created with container
2 years ago
n0nag0n deb0d68875 added plain stream() method
2 years ago
n0nag0n 77d313190d added unit test, corrected other response logic
2 years ago
Belle Aerni 3659a76106 Fix content length when using response body callbacks
2 years ago
Austin Collier 9be596f0bf lots of phpcs errors to fix
2 years ago
Austin Collier 7fca8d9a45 added ability to convert the response body
2 years ago
fadrian06 62f15baf55 Merge branch 'master' into dispatcher-refactor
2 years ago
n0nag0n 6d41115e9a initial commit for containerization
2 years ago
n0nag0n 412596e863
Merge pull request #558 from flightphp/request-improvements
2 years ago
Austin Collier 9786820474 Misunderstanding with $config
2 years ago
Austin Collier f4c5405d1b little changes to requests and integration testing JSON POST requests
2 years ago
Austin Collier 5406bbedc1 added test coverage and clearing body for head requests
2 years ago
Belle Aerni 296c9b57d5 Also register HEAD for GET routes
2 years ago
Daniel Schreiber e6a29c7476 fix: handle encoded slashes for url parameters - fixes #552
2 years ago
n0nag0n 735dafefb9
Merge pull request #550 from flightphp/overwrite-body
2 years ago
n0nag0n 0622fd1c2b fixed issues with @params_with_underscores and prepopulate getUrl() params.
2 years ago
n0nag0n 47cd98e78e added ability to overwrite the body
2 years ago
fadrian06 2474371e35 Merge branch 'master' into dispatcher-refactor
2 years ago
fadrian06 c40b0b7759 Simplified docblocks
2 years ago
Austin Collier 788ddb6137 added streaming responses. Fixed JSONP.
2 years ago
fadrian06 253c86482e Fixed yoda comparisons
2 years ago
n0nag0n 4d4c0d5420 added helpers to req/resp and cleaned up phpcs/stan errors
2 years ago
n0nag0n feee086e2b initial commit to overhaul output buffering
2 years ago
Austin Collier 660a642e8a fixed bug with grouped routes
3 years ago
fadrian06 28b6c99561 Improved docblocks in Engine class
3 years ago
Austin Collier 4c60454fa0 beautified
3 years ago
Austin Collier aaf6a44a2c fixed bug with root alias
3 years ago
n0nag0n df90d69787 so many phpcs fixes. No more, no more!
3 years ago
n0nag0n ff6fa74d51 Merge branch 'master' into easier-access-to-request-headers
3 years ago
n0nag0n 2db95a0d7b added getHeaders()
3 years ago
n0nag0n 537ea032d8 request header shortcut and lots of unit test fixes for phpcs
3 years ago
fadrian06 7015e5d3ba Moved copyright and license to a public place :D
3 years ago