Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Http verbs #105

Merged
merged 7 commits into from
Jan 16, 2025
Merged

Http verbs #105

merged 7 commits into from
Jan 16, 2025

Conversation

rturnq
Copy link
Contributor

@rturnq rturnq commented Jan 16, 2025

Description

  • Adds support for HTTP methods: PATCH, OPTIONS, HEAD (Support other HTTP verbs #97)
  • HEAD will automatically be implemented when a route supports GET. The handling code will run the GET handler/page and strip the response body
  • Removes errant console.log

Motivation and Context

Screenshots (if appropriate):

Checklist:

  • I have updated/added documentation affected by my changes.
  • I have added tests to cover my changes.

Copy link

changeset-bot bot commented Jan 16, 2025

🦋 Changeset detected

Latest commit: 5c0a544

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@marko/run Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@rturnq rturnq merged commit c03efd5 into main Jan 16, 2025
7 checks passed
@rturnq rturnq deleted the http-verbs branch January 16, 2025 22:41
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (74e93a3) to head (5c0a544).
Report is 1 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #105   +/-   ##
===========================
===========================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant