httpQueue

command module
v0.0.0-...-930162a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2021 License: MIT Imports: 5 Imported by: 0

README

Http Queue

Simple http-based queue server.

Example usage

import requests

requests.put("http://server/queueName", data=dataToPutOnTheQueue)
recievedData = requests.get("http://server/queueName").content

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL