Net::HTTP (Ruby Standard Library)

The HTTP client class shipped with the Ruby standard library. Provides class and instance methods for GET, POST, PUT, DELETE, HEAD, PATCH, OPTIONS, TRACE plus WebDAV methods (COPY, LOCK, MKCOL, MOVE, PROPFIND, PROPPATCH, UNLOCK), TLS, proxy support, and configurable timeouts. Backs many higher-level gems such as Faraday's default adapter.

API entry from apis.yml

apis.yml Raw ↑
aid: ruby:net-http
name: Net::HTTP (Ruby Standard Library)
description: The HTTP client class shipped with the Ruby standard library. Provides class and instance
  methods for GET, POST, PUT, DELETE, HEAD, PATCH, OPTIONS, TRACE plus WebDAV methods (COPY, LOCK, MKCOL,
  MOVE, PROPFIND, PROPPATCH, UNLOCK), TLS, proxy support, and configurable timeouts. Backs many higher-level
  gems such as Faraday's default adapter.
humanURL: https://docs.ruby-lang.org/en/master/Net/HTTP.html
tags:
- HTTP Client
- Standard Library
- Built-In
properties:
- type: Documentation
  url: https://docs.ruby-lang.org/en/master/Net/HTTP.html
- type: GitHub
  url: https://github.com/ruby/net-http