Skip to content

clementi/make-a-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make a request

Make a Request

Introduction

This repo demonstrates how to make an HTTP request in several languages. There are more than one example for some languages such as JavaScript on Node.js, because there are popular third-party libraries that make making HTTP requests simpler.

One of the languages with the simplest way to make an HTTP request is Groovy, in which you can make a request like this:

"https://httpbin.org/anything".toURL().getText()

Languages

The following languages have examples: