Skip to content

Pull requests: php-http/multipart-stream-builder

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

fix: Remove default content-length header from MultipartStreamBuilder class
#63 by chris-lee-lb was merged Sep 1, 2024 Loading… updated Sep 1, 2024
2 tasks done
Test on PHP 8.1 and 8.2
#57 by GrahamCampbell was merged Apr 18, 2023 Loading… updated Apr 28, 2023
3 tasks
Allow psr/http-message v2
#56 by GrahamCampbell was merged Apr 18, 2023 Loading… updated Apr 18, 2023
3 tasks
Also skip setting filename if URI starts with data://
#55 by GrahamCampbell was merged Mar 13, 2022 Loading… updated Mar 13, 2022
3 tasks
Adding license badge
#39 by Nyholm was merged Aug 22, 2019 Loading… updated May 21, 2021
Use temp stream instead of string to buffer content
#52 by yookoala was merged Dec 23, 2020 Loading… updated Dec 23, 2020
2 tasks done
Allow MultipartStreamBuilder subclass to manipulate data
#49 by yookoala was merged Dec 22, 2020 Loading… updated Dec 23, 2020
3 tasks
Fixed typos
#43 by GrahamCampbell was merged Jul 4, 2020 Loading… updated Jul 4, 2020
Test on PHP 7.4
#42 by GrahamCampbell was merged Dec 20, 2019 Loading… updated Dec 20, 2019
Add support for PSR17 factories
#38 by Nyholm was merged Aug 22, 2019 Loading… updated Aug 22, 2019
Make sure we can add resources with same name. Ie no overwrite
#32 by Nyholm was merged Feb 17, 2017 Loading… updated Feb 17, 2017
Use uniqid('', true) for performance reasons
#28 by Nyholm was merged Feb 14, 2017 Loading… updated Feb 14, 2017
Added support for multipart stream created from uri streams
#27 by Mats was merged Feb 14, 2017 Loading… updated Feb 14, 2017
Allow us to reset the builder
#25 by Nyholm was merged Dec 30, 2016 Loading… updated Dec 30, 2016
change basename to pathinfo
#18 by GreenSuslik was merged Dec 21, 2016 Loading… updated Dec 22, 2016
Added custom mimetype helper
#14 by Nyholm was merged Dec 12, 2016 Loading… updated Dec 12, 2016
ProTip! Filter pull requests by the default branch with base:1.x.