Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 11, 2020 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/303a4261fd0c6cfa7e483dbfa9eb24c6 to your computer and use it in GitHub Desktop.
Save r-ryantm/303a4261fd0c6cfa7e483dbfa9eb24c6 to your computer and use it in GitHub Desktop.
/nix/store/di1ki39knym3qwfalrngwg1wpxhlbbn3-seasocks-1.4.4
├── include
│   └── seasocks
│   ├── Connection.h
│   ├── Credentials.h
│   ├── IgnoringLogger.h
│   ├── internal
│   │   └── Config.h
│   ├── Logger.h
│   ├── PageHandler.h
│   ├── PrintfLogger.h
│   ├── Request.h
│   ├── ResponseBuilder.h
│   ├── ResponseCodeDefs.h
│   ├── ResponseCode.h
│   ├── Response.h
│   ├── ResponseWriter.h
│   ├── Server.h
│   ├── ServerImpl.h
│   ├── SimpleResponse.h
│   ├── StreamingResponse.h
│   ├── StringUtil.h
│   ├── SynchronousResponse.h
│   ├── ToString.h
│   ├── TransferEncoding.h
│   ├── util
│   │   ├── CrackedUri.h
│   │   ├── CrackedUriPageHandler.h
│   │   ├── Html.h
│   │   ├── Json.h
│   │   ├── PathHandler.h
│   │   ├── RootPageHandler.h
│   │   └── StaticResponseHandler.h
│   ├── WebSocket.h
│   └── ZlibContext.h
├── lib
│   ├── cmake
│   │   └── Seasocks
│   │   ├── SeasocksConfig.cmake
│   │   ├── SeasocksConfigVersion.cmake
│   │   ├── SeasocksTargets.cmake
│   │   └── SeasocksTargets-release.cmake
│   └── libseasocks.a
└── share
└── licenses
└── Seasocks
└── LICENSE
10 directories, 36 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment