Coder Social home page Coder Social logo

go-http-echo's Introduction

httpEcho

Description

This module implements a simple server (the simplest possible I think) that just returns an HTML file with the information it has received (headers, body, request) for any verb and path.

Running

To execute the server just compile and run go-http-echo. You can also run with a custom template by executing

httpEcho -t path/to/template

You can create a Docker image with

make docker-img

And the latest version is published as antonioma/http-echo:latest

Template

The template used to format the answer is a normal Go template, extended with the functions on the Sprig Library.

Changelog

  • 0.0.0 Initial version, just the README
  • 0.0.1 Initial full version, inline template
  • 0.0.2 Add a base-64 encoding of the body
  • 0.0.3 Cut the read slice to the actual size read
  • 0.0.4 Add support for websockets
  • 0.0.5 Unbreak HTML Processing
  • 0.0.6 Header values are capsized, except when they aren't

go-http-echo's People

Contributors

antonioma avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.