Skip to content

feat(state): added "Accept-Post" and "Allow" headers - #6

Closed
LaurentHuzard wants to merge 33 commits into
mainfrom
feat/header-for-ldp-spec
Closed

feat(state): added "Accept-Post" and "Allow" headers#6
LaurentHuzard wants to merge 33 commits into
mainfrom
feat/header-for-ldp-spec

Conversation

@LaurentHuzard

Copy link
Copy Markdown
Owner

To ensure compliance with the LDP specification (https://www.w3.org/TR/ldp/): Added the "Accept-Post" header containing the list of supported Post formats.
Added the "Allow" header with values based on the allowed operations on the queried resources.

@coveralls

coveralls commented Sep 25, 2025

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 21099778805

Details

  • 115 of 301 (38.21%) changed or added relevant lines in 19 files are covered.
  • 29 unchanged lines in 6 files lost coverage.
  • Overall coverage increased (+0.05%) to 29.149%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/OpenApi/Factory/OpenApiFactory.php 4 5 80.0%
src/Serializer/AbstractItemNormalizer.php 4 5 80.0%
src/Symfony/Bundle/Resources/config/symfony/events.php 0 1 0.0%
src/Symfony/Bundle/Resources/config/json_streamer/events.php 0 2 0.0%
src/Laravel/ApiPlatformProvider.php 0 7 0.0%
src/Doctrine/Orm/Extension/EagerLoadingExtension.php 50 60 83.33%
src/OpenApi/Tests/Factory/OpenApiFactoryTest.php 0 37 0.0%
src/Doctrine/Orm/Tests/Extension/EagerLoadingExtensionTest.php 0 127 0.0%
Files with Coverage Reduction New Missed Lines %
src/Laravel/ApiPlatformProvider.php 1 0.0%
src/Symfony/Bundle/Resources/config/symfony/events.php 1 0.0%
src/Doctrine/Orm/Filter/AbstractUuidFilter.php 2 87.13%
src/Symfony/Bundle/Resources/config/json_streamer/events.php 2 0.0%
src/OpenApi/Model/Parameter.php 3 55.0%
src/Doctrine/Orm/Tests/Extension/EagerLoadingExtensionTest.php 20 0.0%
Totals Coverage Status
Change from base Build 20971895665: 0.05%
Covered Lines: 17101
Relevant Lines: 58667

💛 - Coveralls

@LaurentHuzard
LaurentHuzard force-pushed the feat/header-for-ldp-spec branch 2 times, most recently from ef08582 to 55fb914 Compare January 13, 2026 20:43
@soyuka
soyuka force-pushed the feat/header-for-ldp-spec branch 3 times, most recently from 07bd710 to abdce50 Compare January 17, 2026 13:23
soyuka and others added 6 commits January 17, 2026 20:25
To ensure compliance with the LDP specification (https://www.w3.org/TR/ldp/):
Added the "Accept-Post" header containing the list of supported Post formats.
Added the "Allow" header with values based on the allowed operations on the queried resources.
@soyuka
soyuka force-pushed the feat/header-for-ldp-spec branch from abdce50 to 5eca1f9 Compare January 17, 2026 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants