http (3 articles)

Rust HTTP Testing with Mockito

03.02.2020 - 14m read - Rust http testing mockito

In this post we'll be taking a look at the mockito rust library for mocking HTTP requests in order to write integration tests for a web-service


Basic Role-Based HTTP Authorization in Go with Casbin

05.01.2018 - 13m read - golang go auth http casbin

Casbin is an authorization library for Go, which supports several access control models. In this post we will take a look at a simple HTTP example featuring basic role-based authorization.


HTTP File Upload and Download with Go

10.12.2017 - 6m read - Go Golang file http upload download

One of Go's big upsides, for me, is its simplicity. This post shows another example of this, implementing a basic HTTP File Up- and Download using just the standard library.