cjoudrey / gluahttp

gluahttp: an http module for gopher-lua
MIT License
58 stars 23 forks source link

Add Basic auth to options #27

Closed uamana closed 3 years ago

uamana commented 3 years ago

Adds a new key to options named auth. Its value is a table with two keys: user and pass. If all keys set, call of SetBasicAuth is performed on request.

erikdubbelboer commented 3 years ago

Thanks!