All Projects → mikegleasonjr → devproxy

mikegleasonjr / devproxy

Licence: MIT license
A local development http proxy with hosts spoofing written in Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to devproxy

Lando
A development tool for all your projects that is fast, easy, powerful and liberating
Stars: ✭ 3,142 (+8877.14%)
Mutual labels:  development, local
easydock
Dockerize your PHP apps ;)
Stars: ✭ 52 (+48.57%)
Mutual labels:  development, local
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (+168.57%)
Mutual labels:  development, local
wp-cli-dev
🛠 WP-CLI development environment that allows for easy development across all packages
Stars: ✭ 29 (-17.14%)
Mutual labels:  development, local
Dotenv Flow
Loads environment variables from .env.[development|test|production][.local] files for Node.js® projects.
Stars: ✭ 537 (+1434.29%)
Mutual labels:  development, local
Vagrant Lamp
My default LAMP development stack for Vagrant
Stars: ✭ 765 (+2085.71%)
Mutual labels:  development, local
Drupal Vm
A VM for Drupal development
Stars: ✭ 1,348 (+3751.43%)
Mutual labels:  development, local
mst-persist
Persist and hydrate MobX-state-tree stores (in < 100 LoC)
Stars: ✭ 75 (+114.29%)
Mutual labels:  local
httpproxy
一个轻量级HTTP代理,支持shadowsocks服务,方便命令行、开发环境使用。
Stars: ✭ 90 (+157.14%)
Mutual labels:  http-proxy
System Design Primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Stars: ✭ 154,659 (+441782.86%)
Mutual labels:  development
Kooboo
A new web development methodology for JavaScript & C# developers. A super fast and very easy to use CMS.
Stars: ✭ 253 (+622.86%)
Mutual labels:  development
devstack
Get up and running quickly to develop or extend Open edX services
Stars: ✭ 372 (+962.86%)
Mutual labels:  development
tomcatplugin
Tomcat plugin for Eclipse
Stars: ✭ 63 (+80%)
Mutual labels:  development
dockerfiles
🐳 Dockerfiles for Nette Framework. Nette in Docker. (@nette)
Stars: ✭ 15 (-57.14%)
Mutual labels:  development
SmartGW
Domain based VPN Gateway/Proxy for all devices
Stars: ✭ 49 (+40%)
Mutual labels:  http-proxy
Httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+151477.14%)
Mutual labels:  development
iOS-Daily-Tips
Daily Tips From iOS World 🔥
Stars: ✭ 42 (+20%)
Mutual labels:  development
kdo
Deployless Development on Kubernetes
Stars: ✭ 63 (+80%)
Mutual labels:  development
py-mon
Simple package to automatically restart application when file changes are detected!
Stars: ✭ 33 (-5.71%)
Mutual labels:  development
distrobox
Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
Stars: ✭ 4,371 (+12388.57%)
Mutual labels:  development

Introduction

GoDoc

Installation

go get github.com/mikegleasonjr/devproxy/cmd/devproxy

Configuration example

By default, devproxy will look for a config file (.devproxy.yml) in the current working directory, then in the home folder.

---
bind: 0.0.0.0
port: 8080
debug: true

hosts:
  - ^api\.website\.dev:80$: localhost:3000
  - ^golang\.dev:80$: localhost:6060

A request to http://golang.dev/pkg will proxy the request to http://localhost:6060/pkg.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].