gitextract_ob15tj05/ ├── LICENSE ├── Makefile ├── README.md ├── examples/ │ ├── c/ │ │ └── main.c │ └── python/ │ ├── MANIFEST.in │ ├── Makefile │ ├── README.rst │ ├── gohttp/ │ │ ├── __init__.py │ │ ├── __main__.py │ │ ├── _gohttplib.py │ │ └── build_gohttplib.py │ └── setup.py ├── gohttplib.c ├── gohttplib.go ├── ptrproxy.go └── responsewriter.go