awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesHTTP Data Transfers

Reference guides for sending data to servers using various HTTP request payloads.

Distinct from HTTP Data Forwarding: Closest candidates focus on DTOs or IoT-specific transfers; this covers general web HTTP data transmission patterns.

Explore 5 awesome GitHub repositories matching web development · HTTP Data Transfers. Refine with filters or upvote what's useful.

Awesome HTTP Data Transfers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rstacruz/cheatsheetsAvatar rstacruz

    rstacruz/cheatsheets

    14,429Vezi pe GitHub↗

    This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she

    Offers technical examples for transferring data via URL-encoded posts and multipart form uploads.

    SCSS
    Vezi pe GitHub↗14,429
  • libgit2/libgit2Avatar libgit2

    libgit2/libgit2

    10,485Vezi pe GitHub↗

    libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version control directly into applications. It serves as a linkable implementation of Git internals, allowing developers to manage repositories and manipulate version control data without requiring a system installation of the Git command line tool. The library functions as an embedded API and object database manager capable of reading and writing commits, trees, blobs, and tags. It includes a network transport client to handle the transfer of repository data over protocols such as SSH a

    Enables the transfer of repository data to and from remote servers using standard HTTP protocols.

    C
    Vezi pe GitHub↗10,485
  • cavszhouyou/front-end-interview-notebookAvatar CavsZhouyou

    CavsZhouyou/Front-End-Interview-Notebook

    7,739Vezi pe GitHub↗

    This project is a front-end interview study guide and a collection of structured notes designed for technical job preparation. It serves as a comprehensive reference for web technologies, common technical interview questions, and JavaScript algorithm implementation. The notebook distinguishes itself by integrating specialized guides for web performance optimization, browser API documentation, and JavaScript algorithm references. It provides a structured approach to solving coding challenges involving data structures like binary trees, linked lists, and array manipulation. The content covers

    Explains patterns for sending and receiving data via HTTP requests and responses.

    Vezi pe GitHub↗7,739
  • inertiajs/inertiaAvatar inertiajs

    inertiajs/inertia

    7,708Vezi pe GitHub↗

    Inertia is a server-driven frontend framework designed to create monolithic single page applications. It acts as a state synchronization protocol and client-side routing bridge, allowing developers to build interactive experiences using modern JavaScript component libraries while keeping routing and controllers on the server. This approach eliminates the need for a separate REST or GraphQL API layer by passing data from server controllers to frontend components as props via JSON payloads. The framework distinguishes itself by utilizing adapter-based integration to link various backend environ

    Transfers primitives, arrays, and objects from the server controller to the frontend component as props.

    TypeScript
    Vezi pe GitHub↗7,708
  • docker-library/phpAvatar docker-library

    docker-library/php

    4,026Vezi pe GitHub↗

    Acest proiect oferă un runtime de limbaj server-side și o imagine Docker standardizată pentru implementarea aplicațiilor pe diferite sisteme de operare. Funcționează ca un mediu de execuție pentru generarea de conținut dinamic HTML, JSON și XML, servind totodată ca interfață de linie de comandă (CLI) pentru scripturi de automatizare și joburi de fundal. Runtime-ul este conceput pentru extensibilitate printr-o arhitectură de extensii bazată pe C, permițând încărcarea de module personalizate pentru funcționalități specializate. Suportă multiple interfețe de aplicație server, inclusiv o interfață web FastCGI pentru comunicare de înaltă performanță cu serverele web și un server web integrat pentru găzduirea paginilor fără instalări externe. Suprafața de capabilități acoperă o gamă largă de sarcini de programare de sistem și dezvoltare web. Acestea includ integrarea bazelor de date pentru motoare SQL și non-relaționale, comunicarea prin protocoale de rețea precum HTTP și SOAP, și primitive de securitate pentru hashing-ul parolelor și criptare simetrică. În plus, runtime-ul oferă instrumente pentru procesarea XML, manipularea șirurilor multibyte și matematică de precizie arbitrară. Proiectul este împachetat ca o imagine de container stratificată pentru a asigura o execuție consistentă în diverse medii de găzduire.

    Sends and receives data from remote servers using the cURL library across a wide range of protocols.

    Dockerfile
    Vezi pe GitHub↗4,026
  1. Home
  2. Web Development
  3. HTTP Data Transfers