gohttpbin

package module
v0.0.0-...-d84c718 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

README

Deprecated

This project is no longer maintained and is officially deprecated. Please see the following related repositories:

gohttpbin

This project implements a subset of the functionality of httpbin.org in Go. It is deployed on Google App Engine.

The production URL for this service is http://gohttpbin.appspot.com.

Development Environment

You can run the entire development environment, including the GAE development server inside of the Vagrant environment provided with this project.

To get it working, Install Vagrant, cd into the top folder of this repository, and vagrant up and then vagrant ssh. You will start and ssh into a fully configured VM.

When in the VM, cd /vagrant and type goapp serve to run the GAE dev server. Open a new terminal window, and curl localhost:8080/get to see it working.

Deploying to GAE

To deploy, use appcfg.py --oauth2 --no_cookies --noauth_local_webserver update .

Documentation

Index

Constants

View Source
const (
	ArgsKey    = "args"
	HeadersKey = "headers"
	UrlKey     = "url"
	OriginKey  = "origin"
	DataKey    = "data"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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