Skip to content

Conversation

@3m1n3nc3
Copy link
Contributor

@3m1n3nc3 3m1n3nc3 commented Nov 4, 2025

This PR ensures the Request interface provides a full-featured, developer-friendly API similar to Laravel’s request helper, while maintaining H3ravel’s TypeScript-first design.

  • All standard properties (method, url, query, body, headers, params) are available.
  • Helper methods like input(), only(), and wantsJson() work as expected.
  • Types are explicit and developer-friendly.
  • Tests cover at least 90% of the new functionality.

Closes #71

@3m1n3nc3 3m1n3nc3 merged commit ec6f0c5 into main Nov 4, 2025
1 check passed
@3m1n3nc3 3m1n3nc3 deleted the enhance-the-request-interface-to-include-all-required-properties-and-methods branch November 4, 2025 01:18
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.

Enhance the Request interface to include all required properties and methods

2 participants