awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesMethod Spoofings

Techniques to convert a POST form into a different HTTP verb like PUT or DELETE via a hidden field.

Distinct from HTTP Methods: Distinct from HTTP Methods: focuses on spoofing the method from a form, not defining or reading the method.

Explore 3 awesome GitHub repositories matching web development · Method Spoofings. Refine with filters or upvote what's useful.

Awesome Method Spoofings GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • symfony/routingAvatar de symfony

    symfony/routing

    7,618Voir sur GitHub↗

    This PHP routing library is an HTTP request router and matcher designed to map incoming URL paths to specific controller actions using defined patterns and configuration. It serves as a programmatic interface for defining, loading, and resolving URL patterns, while providing a URL generator to produce absolute or relative URIs from route names and parameters. The system supports diverse route loading through YAML, XML, PHP arrays, and class attributes, utilizing compiled route matching to optimize performance. It enables sophisticated request handling through regex-based path matching, sub-do

    Supports method spoofing to treat POST requests as PUT, PATCH, or DELETE via hidden fields.

    PHPcomponentphprouter
    Voir sur GitHub↗7,618
  • codeigniter4/codeigniter4Avatar de codeigniter4

    codeigniter4/CodeIgniter4

    5,924Voir sur GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Converts a POST form into a different HTTP verb like PUT or DELETE via a hidden field.

    PHPcodeignitercodeigniter4framework-php
    Voir sur GitHub↗5,924
  • kemalcr/kemalAvatar de kemalcr

    kemalcr/kemal

    3,881Voir sur GitHub↗

    Kemal is a high-performance web framework for the Crystal language, designed for building scalable APIs and web applications. It provides a natively compiled web server environment that leverages ahead-of-time compilation to maximize request speed and minimize memory overhead. The framework is distinguished by a middleware-based routing engine that uses pattern-matching and a chainable pipeline for flexible request filtering. It includes a dedicated server-side template engine for generating dynamic HTML and a WebSocket communication server for bidirectional real-time messaging and state broa

    Simulates PUT, PATCH, and DELETE methods by reading a special parameter from HTML POST forms.

    Crystal
    Voir sur GitHub↗3,881
  1. Home
  2. Web Development
  3. HTTP Methods
  4. Method Spoofings