docs: add httpin to showcase (#7428)

* Add httpin project for showcase

* Add files via upload

* optimize image

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Ggicci 2022-05-16 15:19:50 +08:00 committed by GitHub
parent c39406e6d8
commit b7448865fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -869,6 +869,14 @@ const Users: User[] = [
source: 'https://github.com/home-assistant/developers.home-assistant',
tags: ['opensource'],
},
{
title: 'httpin',
description: 'Decode an HTTP request into a custom struct in Go',
preview: require('./showcase/httpin.png'),
website: 'https://ggicci.github.io/httpin/',
source: 'https://github.com/ggicci/httpin/tree/documentation/docs',
tags: ['opensource'],
},
{
title: 'icodex',
description: 'Front end engineer personal website',