Registry / testing / mailhog-http

mailhog-http

JSON →
library1.0.1gogounverified

HTTP client library for interacting with MailHog's API.

go get github.com/mailhog/http
INSTALL
IMPORT
SIG · MAILHOG-HTTP
M
mailhog-http
testinggov1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

http
github.com/mailhog/http

Create a MailHog HTTP client and list messages.

package main import ( "github.com/mailhog/http" ) func main() { client := http.NewClient("http://localhost:8025") messages, _ := client.ListMessages() _ = messages }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
mailhog-http — go get mailhog-http · libregistry