Skip to content

Commit 2981d4c

Browse files
authored
Update README.md
Signed-off-by: Eric Sibly [chullybun] <[email protected]>
1 parent 74ac847 commit 2981d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CoreEx.AspNetCore/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Step | Description
7272
JSON serialization | Serializes the `TResult` value using the `IJsonSerailizer`. Where include or exclude fields were specified within the request query string then these will be applied (`IJsonSerializer.TryApplyFilter`) to the JSON response to limit the response content.
7373
`ETag` generation | Checks if value implements [`IETag`](../CoreEx/Entities/IETag.cs), where non-null leave as-is; otherwise, automatically [generate](../CoreEx/Abstractions/ETagGenerator.cs) `ETag` hash from serialized value (excluding filters).
7474
`GET` [`If-Match`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match) | Where the value/generated `ETag` equals the `GET` request `If-Match` value then return an HTTP status code of `304-NotModified` with no content.
75-
[`ETag`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) header | Sets the HTTP `ETag` header using either [`IETag.ETag`] or generated hash.
75+
[`ETag`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) header | Sets the HTTP `ETag` header using either `IETag.ETag` or generated hash.
7676
[Status code](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) | Sets the response HTTP status code as configured.
77-
[`Location`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location) | Sets the HTTP `Location` header where specified (applicable).
77+
[`Location`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location) | Sets the HTTP `Location` header where specified (where applicable).
7878

7979
As described earlier, the above will _not_ occur for `IActionResult` results.
8080

0 commit comments

Comments
 (0)