Skip to content

Instantly share code, notes, and snippets.

Title: Simple HTTP server
URL slug: httpserver
Description: A simple HTTP server serving two different routes using the default request multiplexer.
// Demonstrates async preemption in 1.14 vs. earlier versions
package main
import (
"log"
"runtime"
"time"
)
func f1() {
#
# TODO: add license?
openapi: 3.0.1
info:
title: Sample REST server
description: TODO
version: 1.0.0
servers:
- url: https://example.com
{
"openapi": "3.0.1",
"info": {
"title": "Sample REST server",
"description": "TODO",
"version": "1.0.0"
},
"servers": [
{
"url": "https://example.com"
// StackOverflow analysis using its API in Go.
//
// Eli Bendersky [https://eli.thegreenplace.net]
// This code is in the public domain.
package main
import (
"encoding/json"
"flag"
"fmt"
https://stackoverflow.com/questions/66142960/trouble-parsing-form-data-sent-from-javascript
https://stackoverflow.com/questions/66138644/how-can-i-change-the-package-type-when-calling-a-method
https://stackoverflow.com/questions/66137884/how-can-i-unmarshal-the-following-json-into-golang-struct
https://stackoverflow.com/questions/66126877/can-i-create-a-function-that-returns-types
https://stackoverflow.com/questions/66129320/json-object-returning-wrong-number-in-struct
https://stackoverflow.com/questions/66131824/how-to-use-scanner-bufio
https://stackoverflow.com/questions/66133593/execute-binary-file-in-remote-server-with-http-request-dont-work
https://stackoverflow.com/questions/66134053/why-go-servemux-is-also-a-handler
https://stackoverflow.com/questions/66106944/how-to-import-grpc-server-proto-which-is-exist-in-diff-application-in-local-syst
https://stackoverflow.com/questions/66130399/fabriccaclientservice-js-failed-to-enroll-admin-erroro-message-calling-enr