Topic: "http-methods"
art-emini/AxleJS
Fetch, supercharged.
Language: TypeScript - Size: 309 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 28 - Forks: 1

SpoofIMEI/ssb
ssb=simple subdomain bruteforcer
Language: Python - Size: 3.99 MB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 3

dinanathsj29/http-quick-introduction
Let us learn/understand the essentials and basic concepts of HTTP (HyperText Transfer Protocol)
Size: 159 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 6 - Forks: 1

ahmetulucay/StudentAppAzureADLogin-1.0
ASP.NET Core 6/7 MVC & EF (Code-First), REST, gRPC, Azure AD Autht., Swagger.
Language: C# - Size: 3.84 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 1

Madhava-mng/NetworkEnumeratingKid
Network Enumerating toolkid for subdomain enumeration
Language: Python - Size: 1.44 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

tiny-blocks/http
Common implementations for HTTP protocol.
Language: PHP - Size: 82 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

ganeshkbhat/apis-request
npm module with APIs for cleaner request and basic http requests utils. Contains constants for protocols, http headers, methods, and content types
Language: JavaScript - Size: 442 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

SLoharkar/SMS-Spring-Boot
Student Management System Using Spring Boot
Language: Java - Size: 72.9 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

sofiane-abou-abderrahim/ajax-async-js-http-in-nodejs-express-mongodb-website
In this NodeJS - Express - MongoDB website, I sent AJAX requests. Therefore, I can send my own requests without getting the page reloading and I handle the response manually in my browser-side code. For this, I used the fetch() function. With this function, I sent GET requests and POST requests.
Language: JavaScript - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

hueristiq/hq-go-http
A Go (Golang) package for robust and flexible HTTP communication.
Language: Go - Size: 156 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

Abhinandan-Khurana/go-check-http-methods
A powerful, fast, and lightweight Go tool for testing HTTP method security across web applications and servers. Detect HTTP Verb Tampering vulnerabilities, dangerous methods, and server misconfigurations with ease.
Language: Go - Size: 28.2 MB - Last synced at: 9 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

sofiane-abou-abderrahim/javascript-nodejs-introduction-backend
In this little demo application, I used NodeJS and its own API to create a HTTP server to communicate from the backend with the frontend of my previous "JavaScript Share My Place" application.
Language: JavaScript - Size: 63.5 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

dilekbakar/FinderProject
Katmanlı Mimari (ClassLibrary(netCore) Web Apı)
Language: C# - Size: 7.57 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

neeraj1397/End-To-End-Data-Transfer-Using-ESP8266-and-ThingSpeak-
This is a beginner friendly IoT project which uses ThingSpeak cloud platform to collect and analyze sensor data. Based on the obtained sensor data, we actuate other IoT devices.
Language: C++ - Size: 2.01 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

tether/manner-folder
Folder structure as an HTTP service
Language: JavaScript - Size: 43 KB - Last synced at: 29 days ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

chilupa/angular-http
This application demonstrates Angular http requests - get, post, put and delete
Language: TypeScript - Size: 240 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 2

marleyDip/express-js-basic
Covering installation, routing, middleware, error handling, and RESTful APIs, the course emphasizes practical applications like user authentication using sessions and JWT. Explore project structure, error management, and best practices for building scalable applications.
Language: JavaScript - Size: 4.12 MB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

lunahoushmand16/OpenWeather-API-App
A weather dashboard application that calls the OpenWeather API and renders data in the browser. This project leverages external APIs, allowing users to access weather data by making requests with specific parameters to a URL. The app retrieves and consumes this data via a server, ensuring real-time weather updates.
Language: CSS - Size: 299 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

poppa/http-helpers-ts
HTTP helper modules for Javascript/Typescript
Language: TypeScript - Size: 864 KB - Last synced at: 7 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

vaibhav1826/understanding_NODE.JS
This repository is a comprehensive and well-documented guide for Node.js, providing detailed explanations, and best practices for developers looking to enhance their Node.js skills.
Language: JavaScript - Size: 1.1 MB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

ashesbloom/Understanding-of-NODEJS
This repository is a comprehensive and well-documented guide for Node.js, providing detailed explanations, and best practices for developers looking to enhance their Node.js skills.
Language: JavaScript - Size: 4.63 MB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

pktcodes/react-query-basics-v2
Remote Data Manipulation using React Query on Local Express Server
Language: JavaScript - Size: 52.7 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

eel-moun/HTTP-WebServer
This project is about writing our own HTTP server. and understanding the HTTP protocol.
Language: C++ - Size: 23.3 MB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

Arivima/42_webserv
simple event-driven HTTP server made from scratch
Language: C++ - Size: 18.2 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

abhisheks-gh/Load-API
The Load-API is a simple RESTful API for managing loads in online truck booking system, built using Spring Boot and JPA Hibernate with PostgreSQL. This application provides CRUD (Create, Read, Update, Delete) functionality for managing loads, allowing users to create new loads, retrieve load(s), update an existing load, and delete a load.
Language: Java - Size: 25.4 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

abhisheks-gh/Course-Application
The Course Application is a simple RESTful API for managing courses, built using Spring Boot and JPA Hibernate with PostgreSQL. This application provides CRUD (Create, Read, Update, Delete) functionality for managing courses, allowing users to create new courses, retrieve course(s), update an existing course, and delete a course.
Language: Java - Size: 33.2 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

TharindaNimnajith/SLIIT_Y3S1_React_SPA_Backend_RestAPI-1
React.js Project with MERN Stack - Online Shopping Cart System for a Fashion Store - Backend
Language: JavaScript - Size: 588 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

lukaszszy/Performance-comparison-of-PHP-frameworks
Performance comparison of selected frameworks and microframeworks in PHP programming language for created REST API service
Language: PHP - Size: 1.54 MB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

FernandaRicciardi/blog-space
This is a project that uses 2 HTTP request methods: GET and POST.
Language: CSS - Size: 47.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

thii/HTTPMethod
Just an enum of HTTP request methods.
Language: Swift - Size: 2.93 KB - Last synced at: 2 days ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

ebrasha/abdal-http-magnifier
Tool for identifying enabled HTTP methods on target servers with support for evasive headers, WAF/CDN bypass, and detailed method probing — developed by Ebrahim Shafiei (EbraSha).
Language: Rust - Size: 119 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

ayushkr30/MERN-thinkboard
A Notes making application
Language: JavaScript - Size: 3.52 MB - Last synced at: 11 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

Erfanafshar/cli-http-client
Command-line HTTP client built from scratch with full support for methods, headers, queries, body formats, file input, and response parsing.
Language: Python - Size: 464 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

d-beloved/api-sage
The Intelligent HTTP Method Explorer
Language: TypeScript - Size: 475 KB - Last synced at: 24 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

MetinQardasov11/FastApi
Language: Python - Size: 1.95 KB - Last synced at: 19 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

pripak-859/API-Request-Tester-No-Crack
This repository provides a tool for testing API requests and responses. It simplifies the process of checking and debugging API interactions, allowing you to make GET, POST, PUT, and DELETE requests with ease and view responses directly.
Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

kennymarvn/API-Request-Tester-No-Crack
This repository provides a tool for testing API requests and responses. It simplifies the process of checking and debugging API interactions, allowing you to make GET, POST, PUT, and DELETE requests with ease and view responses directly.
Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

hozlucas28/NodeJS-Course-III-2023
Repository of NodeJS course (part three) of @midudev.
Language: JavaScript - Size: 135 KB - Last synced at: about 20 hours ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

gt02-Sul/metodos-http
Repositório referente a aula de requisições http na mockAPI, onde usamos o insomnia para realizar os principais métodos no endpoint /gt/api/users
Size: 2.93 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

amaljosev/note-app-django-frontend
Used Flutter and Django backend
Language: C++ - Size: 294 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Restlessking/Day-3
The Day 3 task Repository is here
Language: JavaScript - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Sahaj19/nodejs
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It allows developers to run JavaScript on the server side, creating server-side applications with JavaScript.
Language: JavaScript - Size: 510 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Vidhya0501/assign-mentorBE
Mentor-Student Database with Express Server
Language: JavaScript - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Vidhya0501/hall-booking
Hall Booking API with express js
Language: JavaScript - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

kuzhalikumaraguru/reactd10crudtask
CRUD using AXIOS in React.js
Language: JavaScript - Size: 55.7 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

syjem/react-flask
Get, Post, Patch, and Delete HTTP methods with Flask API
Language: TypeScript - Size: 206 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Vijayeswar-Yalamanchili/ZEN_JS_Roadmap_Task-1
Intro To Browser & web
Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pratikmandge/Book-Library
Book Library Using Node.js with Postman link
Language: JavaScript - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Ali-Sdg90/HTTP-Methods-Demo
HTTP-Methods-Demo
Language: JavaScript - Size: 1010 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

JulliaThainna/FlyMe
Repositório para o projeto integrador entre as disciplinas de Desenvolvimento Web Básico e Tópicos Especiais de Programação
Language: HTML - Size: 13.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

PouyaPouryaie/Rest-api
describe how to use the HTTP method in Spring Framework associated with data
Language: Java - Size: 61.5 KB - Last synced at: 2 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

MarcosVini9999/rest-api-items
An api of miscellaneous items made in .NET
Language: C# - Size: 3 MB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

deepaksm24/DAY-02
HTTP document on Windows and Document Objects
Size: 62.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ahmetulucay/StudentApp-1.1
ASP.NET Core 6 MVC & EF Core 6 (Code-First) (HttpGet/Post/Put/Delete)
Language: C# - Size: 1.07 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

devConrado/conceitos-dev-backend
Repositório contém uma API focada nos conceitos de Node.js, Express, métodos HTTP, modelo REST e conceitos de middleware
Language: JavaScript - Size: 1.09 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ahmetulucay/ApiDemo-1.0
ASP.NET Core w MinimalApi (HttpGet/Post/Put/Delete)
Language: C# - Size: 1.38 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

patrikborza/RESTful-APIs-with-Python-3-and-Flask
RESTful APIs with Python 3 and Flask
Language: Python - Size: 3.83 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Hiteshmeher/GreetingAppDevelopment
Greeting App Development using Greeting Controller
Language: Java - Size: 75.2 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dilekbakar/AspNetCore.API
Http Get, Post, Put, Delete Metotları
Language: C# - Size: 1.05 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Osman-ordu/Front-end-tutorials-Bilge-Adam-Academy-JS
Language: JavaScript - Size: 3.14 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

medbsq/methBypass
http methods fuzzer
Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

vscalcione/springboot-crud-webapp-rest
This is a simple Spring Boot CRUD REST Web Application tested with Postman
Language: Java - Size: 73.2 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

guillermoandrae/php-http-constants
A PHP library of HTTP-related constants.
Language: PHP - Size: 5.86 KB - Last synced at: 17 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

hsynlms/node-with-allow
A route handler wrapper for Express to check if the requested HTTP method are allowed for the route.
Language: JavaScript - Size: 16.6 KB - Last synced at: 13 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

iamsurajdc/Grocery-Application
Grocery Application is a hands on project developed using angular to explore the components, event binding, String Interpolation, Property Binding, Services, HTTP Methods, angular Routing. etc.
Language: HTML - Size: 347 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

chilupa/angularjs-http
$http methods - get, post
Language: JavaScript - Size: 6.63 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
