Skip to content

cjraa/httpclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample application that uses go generic

Sample usage:

    client := httpclient.Client[map[string]any]{}

    // Data will have the type of map[string]any
    data, err := client.Get(url)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages