-
- Downloads
Added base64 encoding/decoding support
* Added /base64/:value * Added /base64/encode/:value * Added /base64/decode/:value * Create single TestBase64 with subtests * Updated static/index.html with /base64 examples
Showing
- httpbin/assets/assets.go 12 additions, 12 deletionshttpbin/assets/assets.go
- httpbin/handlers.go 25 additions, 1 deletionhttpbin/handlers.go
- httpbin/handlers_test.go 77 additions, 0 deletionshttpbin/handlers_test.go
- httpbin/helpers.go 62 additions, 0 deletionshttpbin/helpers.go
- httpbin/httpbin.go 1 addition, 0 deletionshttpbin/httpbin.go
- static/index.html 3 additions, 0 deletionsstatic/index.html
Loading
Please register or sign in to comment