Skip to content

Commit

Permalink
feat: Add support for Chi framework in techs module
Browse files Browse the repository at this point in the history
Signed-off-by: HAHWUL <[email protected]>
  • Loading branch information
hahwul committed Feb 3, 2025
1 parent e607ef8 commit d892a24
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/techs/techs.cr
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,24 @@ module NoirTechs
},
},
},
:go_chi => {
:framework => "Chi",
:language => "Go",
:similar => ["chi", "go-chi", "go_chi"],
:supported => {
:endpoint => true,
:method => true,
:params => {
:query => true,
:path => true,
:body => true,
:header => false,
:cookie => false,
},
:static_path => false,
:websocket => false,
},
},
:har => {
:format => ["JSON"],
:similar => ["har"],
Expand Down

0 comments on commit d892a24

Please sign in to comment.