Skip to content

BrooksCunningham/http-me-rust

Repository files navigation

Test, build, and deploy

Website for HTTP testing

https://http-me.edgecompute.app/

Demo for DevSecOps

Using rust to demo DevSecOps.

Check out the Github Actions. The Github Actions are defined in the folder .github/workflows/

Sending test requests

Use curl to send requests to https://http-me.edgecompute.app

How to send requests through the CLI

Return a specific status code

curl -i 'https://http-me.edgecompute.app/status/302'

Return data sent to the server

curl -i 'https://http-me.edgecompute.app/anything/myquery?foo=bar'

return a custom status code at an arbitrary path

curl -i 'https://http-me.edgecompute.app/any/path/myquery?foo=bar' -H 'endpoint:status=302'

Security issues

Please see SECURITY.md for guidance on reporting security-related issues.

About

http-me-rust

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published