go-restful
go-restful copied to clipboard
package for building REST-style Web Services using Go
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.7.1 to 2.8.1. Release notes Sourced from step-security/harden-runner's releases. v2.8.1 What's Changed Bug fix: Update isGitHubHosted implementation by @varunsh-coder in step-security/harden-runner#425 The previous implementation incorrectly identified large...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1. Release notes Sourced from actions/setup-go's releases. v5.0.1 What's Changed Bump undici from 5.28.2 to 5.28.3 and dependencies upgrade by @dependabot , @HarithaVattikuti in actions/setup-go#465...
to accept case-insensitive paths, we use `{h:(?i)hello}`, to accept /HELLO, /hello, /Hello. but with this approach, it also triggered a bug where /xxxHello, /yyyHello also got accepted. ```golang package main...
When there are mix use of default webService and regexPath webService, the default webService may get biased and its route won't get selected. with 2 webService setup like this: -...
there is no release ,if somebody use some version before ,how can he fastly know the function or what he can't use in the latest version
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/checkout` from 4.1.7 to 4.2.1 Release notes Sourced from actions/checkout's releases. v4.2.1 What's Changed Check...