Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/noritaka-kagei/webapp-handling-http-status

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/noritaka-kagei/webapp-handling-http-status

  • v1.0.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

webapp-handling-http-status

sapmle web application for handling HTTP response status based on request path of URL

example
$ curl -i localhost:8080/200
HTTP/1.1 200 OK
Date: Sun, 01 Jan 2023 23:59:59 GMT
Content-Length: 0

$ curl -i localhost:8080/300
HTTP/1.1 300 Multiple Choices
Date: Sun, 01 Jan 2023 23:59:59 GMT
Content-Length: 0

How to Run web application

server4go
1. Build application
  $ ./scripts/build.sh
2. Run
  $ ./bin/run-linux-amd64

FAQs

Package last updated on 01 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc