Merly
  • Quick start
  • Guide
    • Routing
    • Start
    • Headers
    • CORS
    • Http methods available
    • Statics files
    • Custom 404 Handler
    • Body parser
    • Middleware
  • Website
  • Code
  • Examples
Powered by GitBook
On this page

Was this helpful?

  1. Guide

Http methods available

Merly introduces support for the following http methods:

  • GET

  • POST

  • PUT

  • DELETE

  • HEAD

  • OPTIONS

  • PATCH

  • CONNECT

  • TRACE

PreviousCORSNextStatics files

Last updated 3 years ago

Was this helpful?