-
-
Notifications
You must be signed in to change notification settings - Fork 16
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: henvic/httpretty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: henvic/httpretty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 9 files changed
- 2 contributors
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 10e5c53 - Browse repository at this point
Copy the full SHA 10e5c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e47bd - Browse repository at this point
Copy the full SHA b2e47bdView commit details
Commits on Sep 19, 2024
-
Add Align to align HTTP headers
IMHO this makes stuff rather more readable/scannable. Some people may not like it, so I added it as an option. Will automatically align to the longest header; I modified the sortHeaderKeys() so we don't need to do an extra loop for it. Also pass the Host header to printHeaders() so it's aligned too. Do some special-fu to make sure it still prints as the first. Before; * Request at 2024-09-19 15:19:15.459694244 +0100 IST m=+1.001660288 * Request to http://localhost:8081/api/3/ping > GET /api/3/ping HTTP/1.1 > Host: localhost:8081 > Accept: application/json; charset=utf-8 > Authorization: ApiKey ████████████████████ > Content-Type: application/json; charset=utf-8 > User-Agent: alfred/ < HTTP/1.1 200 OK < Cache-Control: no-store,no-cache < Content-Length: 88 < Content-Security-Policy: default-src 'self'; img-src 'self' blob: data:; < Content-Type: application/json; charset=utf-8 < Date: Thu, 19 Sep 2024 14:19:15 GMT < Referrer-Policy: same-origin < X-Content-Type-Options: nosniff < X-Frame-Options: SAMEORIGIN < X-Powered-By: Alfred < X-Xss-Protection: 1; mode=block { "ftm_version": "3.7.0", "role": 4, "title": "Alfred", "version": "d67f396b" } * Request took 9.251101ms After: * Request at 2024-09-19 15:18:45.255328802 +0100 IST m=+1.001249794 * Request to http://localhost:8081/api/3/ping > GET /api/3/ping HTTP/1.1 > Host: localhost:8081 > Accept: application/json; charset=utf-8 > Authorization: ApiKey ████████████████████ > Content-Type: application/json; charset=utf-8 > User-Agent: alfred/ < HTTP/1.1 200 OK < Cache-Control: no-store,no-cache < Content-Length: 88 < Content-Security-Policy: default-src 'self'; img-src 'self' blob: data:; < Content-Type: application/json; charset=utf-8 < Date: Thu, 19 Sep 2024 14:18:45 GMT < Referrer-Policy: same-origin < X-Content-Type-Options: nosniff < X-Frame-Options: SAMEORIGIN < X-Powered-By: Alfred < X-Xss-Protection: 1; mode=block { "ftm_version": "3.7.0", "role": 4, "title": "Alfred", "version": "d67f396b" } * Request took 9.251101ms
Configuration menu - View commit details
-
Copy full SHA for 962ad53 - Browse repository at this point
Copy the full SHA 962ad53View commit details -
mod: require Go 1.22+ and update workflows
Only support the latest two major releases of Go. Add exclude rule for gosec rule G114.
Configuration menu - View commit details
-
Copy full SHA for b5852d6 - Browse repository at this point
Copy the full SHA b5852d6View commit details -
cover: remove example directory from code coverage
Remove example directory from code coverage explicitly since after #26 it started being considered on the code coverage report and we don't want that.
Configuration menu - View commit details
-
Copy full SHA for 3a02507 - Browse repository at this point
Copy the full SHA 3a02507View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.3...v0.1.4