awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • symfony/routingsymfony का अवतार

    symfony/routing

    7,618GitHub पर देखें↗

    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
    GitHub पर देखें↗7,618
  • codeigniter4/codeigniter4codeigniter4 का अवतार

    codeigniter4/CodeIgniter4

    5,924GitHub पर देखें↗

    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
    GitHub पर देखें↗5,924
  • kemalcr/kemalkemalcr का अवतार

    kemalcr/kemal

    3,881GitHub पर देखें↗

    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
    GitHub पर देखें↗3,881
  1. Home
  2. Web Development
  3. HTTP Methods
  4. Method Spoofings