Skip to content

Commit

Permalink
Modify Document to follow supporting GET Method.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxki committed Oct 16, 2023
1 parent 9d8f0bb commit f93169f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Please try [Demo](#Demo) after download.
- [DynamoDB](docs/dynamodb.md)

#### Protocol
- HTTP (POST Method Only)
- HTTP

#### Signing Key Format
- PKCS# 8
Expand Down
2 changes: 1 addition & 1 deletion cache_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const (
// NewCacheHandler creates a new instance of dyocsp.CacheHandler.
// It chains the following handlers before the handler that sends the OCSP response.
// (It uses 'https://github.com/justinas/alice' to chain the handlers.)
// - Send http.StatusMethodNotAllowed unless the request method is POST.
// - Send http.StatusMethodNotAllowed unless the request method is POST or Get.
// - Send http.StatusRequestEntityTooLarge if the size of the request
// exceeds the value of the variable spec.MaxRequestBytes..
func NewCacheHandler(
Expand Down

0 comments on commit f93169f

Please sign in to comment.