Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tigeryant/requests-go
For learning to make HTTP requests with Golang
https://github.com/tigeryant/requests-go
http-requests
Last synced: 4 days ago
JSON representation
For learning to make HTTP requests with Golang
- Host: GitHub
- URL: https://github.com/tigeryant/requests-go
- Owner: tigeryant
- Created: 2022-11-28T21:23:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T20:43:09.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T23:53:31.279Z (5 months ago)
- Topics: http-requests
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This repository is for learning to make HTTP requests with Golang. The application makes an HTTP request to a Bitcoin node using the Bitcoin JSON-RPC interface. The result of this response is then printed to the console. This request only works from within my local network.