Skip to content

Latest commit

 

History

History
62 lines (55 loc) · 2.5 KB

README.md

File metadata and controls

62 lines (55 loc) · 2.5 KB

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: