mirror of
https://github.com/labstack/echo.git
synced 2024-12-24 20:14:31 +02:00
Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
commit
560d72496c
@ -2,7 +2,7 @@
|
||||
title: File Upload
|
||||
menu:
|
||||
main:
|
||||
parent: recipes
|
||||
parent: recipes
|
||||
---
|
||||
|
||||
- Multipart/form-data file upload
|
||||
@ -94,7 +94,10 @@ func main() {
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
```
|
||||
|
||||
## Maintainers
|
||||
|
||||
- [vishr](http://github.com/vishr)
|
||||
|
||||
## [Source Code](https://github.com/labstack/echo/blob/master/recipes/file-upload)
|
||||
|
@ -258,5 +258,4 @@ switching between AppEngine provided service such as Datastore and alternative s
|
||||
such as MongoDB. A combination of go interfaces and build constraints can make this fairly straightforward
|
||||
but is outside the scope of this recipe.
|
||||
|
||||
|
||||
## [Source Code](https://github.com/labstack/echo/blob/master/recipes/google-app-engine)
|
||||
|
@ -56,6 +56,10 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
## Maintainers
|
||||
|
||||
- (mertenvg)[https://github.com/mertenvg]
|
||||
|
||||
## Source Code
|
||||
|
||||
[`graceful`](https://github.com/labstack/echo/blob/master/recipes/graceful-shutdown/graceful)
|
||||
|
@ -153,4 +153,8 @@ func main() {
|
||||
$ curl localhost:1323/restricted -H "Authorization: Bearer <token>" => Access granted with JWT.
|
||||
```
|
||||
|
||||
## Maintainers
|
||||
|
||||
- [axdg](http://github.com/axdg)
|
||||
|
||||
## [Source Code](https://github.com/labstack/echo/blob/master/recipes/jwt-authentication)
|
||||
|
@ -118,4 +118,8 @@ func main() {
|
||||
|
||||
```
|
||||
|
||||
## Maintainers
|
||||
|
||||
- [vishr](http://github.com/vishr)
|
||||
|
||||
## [Source Code](https://github.com/labstack/echo/blob/master/recipes/streaming-file-upload)
|
||||
|
@ -76,4 +76,8 @@ $ curl localhost:1323
|
||||
{"Altitude":15,"Latitude":37.77493,"Longitude":-122.419416}
|
||||
```
|
||||
|
||||
## Maintainers
|
||||
|
||||
- [vishr](http://github.com/vishr)
|
||||
|
||||
## [Source Code](https://github.com/labstack/echo/blob/master/recipes/streaming-response)
|
||||
|
@ -77,4 +77,9 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
## Maintainers
|
||||
|
||||
- [axdg](http://github.com/axdg)
|
||||
- [vishr](http://github.com/axdg)
|
||||
|
||||
## [Source Code](https://github.com/labstack/echo/blob/master/recipes/subdomains)
|
||||
|
@ -112,4 +112,8 @@ Hello, Server!
|
||||
Hello, Server!
|
||||
```
|
||||
|
||||
## Maintainers
|
||||
|
||||
- [vishr](http://github.com/vishr)
|
||||
|
||||
## [Source Code](https://github.com/labstack/echo/blob/master/recipes/websocket)
|
||||
|
@ -20,8 +20,13 @@ code {
|
||||
color: #424242;
|
||||
font-size: .95em;
|
||||
font-family: Source Code Pro, Monaco, Menlo, Consolas, monospace;
|
||||
<<<<<<< HEAD
|
||||
border: 1px solid #E0E0E0;
|
||||
border-radius: 2px;
|
||||
=======
|
||||
border: 1px solid #BDBDBD;
|
||||
border-radius: 4px;
|
||||
>>>>>>> b6f754b2a2be04115d36d30f8df86c00a3208784
|
||||
}
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
@ -41,9 +46,15 @@ a:link {
|
||||
display: block;
|
||||
color: #757575;
|
||||
padding: 5px;
|
||||
<<<<<<< HEAD
|
||||
border-left:4px #F06292 solid;
|
||||
}
|
||||
.menu a:hover:not(.active) {
|
||||
=======
|
||||
border-left:2px #F06292 solid;
|
||||
}
|
||||
.menu a:hover {
|
||||
>>>>>>> b6f754b2a2be04115d36d30f8df86c00a3208784
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
.menu .active {
|
||||
|
Loading…
Reference in New Issue
Block a user