Sergio Benitez
5593685455
Add sqlite aux files to gitignore.
2022-02-23 13:53:26 -08:00
Sergio Benitez
677790d639
Bring back generated TLS keys, used by tests.
2021-07-09 16:35:09 -07:00
Sergio Benitez
71823915db
Don't store example keys and certs in repository.
2021-07-07 12:16:12 -07:00
Sergio Benitez
647a94ceca
Add '.cargo/' to gitignore.
2021-03-04 21:53:22 -08:00
atouchet
0c5e184299
Update various dead hyperlinks; change some links from http to https.
2021-02-20 12:01:44 -08:00
Sergio Benitez
4b5000e33b
Pass flags along in 'publish' script.
2018-10-31 04:47:21 -07:00
Sergio Benitez
fe9fad339e
Clean up connection pooling documentation.
2018-08-15 23:31:49 -07:00
Sergio Benitez
e6615af7e6
Add tests for pastebin example.
2017-04-14 14:39:17 -07:00
Sergio Benitez
622aea973a
Remove file unrelated to Rocket in .gitignore.
2016-12-26 19:15:23 -06:00
Sergio Benitez
de6de99caf
Add script to automate publishing.
2016-12-24 13:05:32 -08:00
Sergio Benitez
2a0535e1f7
Document the config module.
2016-10-18 12:04:56 -07:00
Sergio Benitez
a3218192dd
Add contrib crate. Add JSON to contrib. Add JSON example.
2016-09-19 16:24:01 -07:00
Sergio Benitez
d16d9bd0d7
Fixed todo example. Testing script now bootstraps when needed.
2016-08-06 19:57:44 -07:00
Sergio Benitez
2e2cc3c216
Rocket is almost operational! `routes!` macro complete.
...
Here's what works so far:
* The `route` decorator checks its inputs correctly. There's a nice utility
for doing this, and it's working quite well at the moment.
* The `route` decorator emits a `route_fn` and a `route_struct`. The `routes`
* macro prepends the path terminator with the route struct prefix. The
* `Rocket` library can read mount information (though not act on it properly
just yet) and launch a server using Hyper.
2016-03-12 10:45:19 -08:00
Sergio Benitez
967fcd26b2
Initial commit. Checking for method and path arguments in route. Not storing the info anywhere yet.
2016-03-07 11:28:04 -08:00