Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imantung committed Dec 27, 2020
1 parent 9b75242 commit 3947f48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pragmatic Golang RESTful Server Implementation. The project using [typical-go](h
- HTTP Server
- [x] [Echo framework](https://echo.labstack.com/)
- [x] Server Side Caching
- [x] Skip Caching (Header `Cache-Control: no-cache`)
- [x] Cache but revalidate (Header `Cache-Control: no-cache`)
- [x] Set Expiration Time (Header `Cache-Control: max-age=120`)
- [x] Return 304 if not modified (Header `If-Modified-Since: Sat, 31 Oct 2020 10:28:02 GMT`)
- [x] Request ID in logger
Expand Down Expand Up @@ -111,8 +111,6 @@ Others directory:

## Layered Architecture

<img src="architecture.png" style="max-width:450px;"/>

Typical-Rest encourage [layered architecture](https://en.wikipedia.org/wiki/Multitier_architecture) as most adoptable architectural pattern

- Presentation Layer at [`internal/app/domain/[DOMAIN]/controller`](internal/server/controller)
Expand Down
Binary file removed architecture.png
Binary file not shown.

0 comments on commit 3947f48

Please sign in to comment.